Html Css Color HEX #A78CDA Biloba Flower

📋 copy color: '#A78CDA'

red 167 ◦ green 140 ◦ blue 218

#A78CDA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #A78CDA

Tints of Biloba Flower #A78CDA

RGB

 RED value IS 167 (65.63% from 255) = 31.81%

 GREEN value IS 140 (55.08% from 255) = 26.67%

 BLUE value IS 218 (85.55% from 255) = 41.52%

R = 31.81%
G = 26.67%
B = 41.52%

CMYK

 C value IS 0.23

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A78CDA (or 0xA78CDA) is known color: Biloba Flower. HEX triplet: A7, 8C and DA. RGB value is (167,140,218). Sum of RGB (Red+Green+Blue) = 167+140+218=525 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.81% from 525); Green value is 140 (55.08% from 255 or 26.67% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 218 - color contains mainly: blue. Hex color #A78CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78CDA is #587325. Grayscale: #9C9C9C. Windows color (decimal): -5796646 or 14322855. OLE color: 14322855.

HSL color Cylindrical-coordinate representation of color #A78CDA: hue angle of 260.77º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A78CDA is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 167 140 218 -
CMYK 0.23 0.36 0 0.15
HSL 260.77º 0.51% 0.7% -
HSV(B) 260.77º 0.36% 0.85% -
XYZ 37.97 32.03 70.51 -
YUV 156.97 162.45 135.16 -
System Red Green Blue C M Y K H S L
Decimal 167 140 218 0.23 0.36 0 0.15 260.77 0.51 0.7
Hex A7 8C DA 17 24 0 F 105 33 46
Octal 247 214 332 27 44 0 17 405 63 106
Binary 10100111 10001100 11011010 10111 100100 0 1111 100000101 110011 1000110

Color Harmonies of #A78CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78CDA

Black with #A78CDA

Text Example


Text Example

White with #A78CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78CDA; }

 p { color: rgb(167,140,218); }

 H1.HeaderClassName
 {
   color: #A78CDA;
 }
 .AnyTagClassName
 {
   color: #A78CDA;
 }
</style>

background-color css

<style>
 a { background-color: #A78CDA; }

 a { background-color: rgb(167,140,218); }

 div.DivClassName
 {
   background-color: #A78CDA;
 }
 .BgClassName
 {
   background-color: #A78CDA;
 }
</style>

border-color css

<style>
 span { border-color: #A78CDA; }

 span { border-color: rgb(167,140,218); }

 td.TdClassName
 {
   border-color: #A78CDA;
 }
 .TagClassName
 {
   border-color: #A78CDA;
 }
</style>