Html Css Color HEX #A78EDB Biloba Flower

📋 copy color: '#A78EDB'

red 167 ◦ green 142 ◦ blue 219

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

Shades of Biloba Flower #A78EDB

Tints of Biloba Flower #A78EDB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.89%

 BLUE value IS 219 (85.94% from 255) = 41.48%

R = 31.63%
G = 26.89%
B = 41.48%

CMYK

 C value IS 0.24

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A78EDB (or 0xA78EDB) is known color: Biloba Flower. HEX triplet: A7, 8E and DB. RGB value is (167,142,219). Sum of RGB (Red+Green+Blue) = 167+142+219=528 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.63% from 528); Green value is 142 (55.86% from 255 or 26.89% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #A78EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78EDB is #587124. Grayscale: #9D9D9D. Windows color (decimal): -5796133 or 14388903. OLE color: 14388903.

HSL color Cylindrical-coordinate representation of color #A78EDB: hue angle of 259.48º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A78EDB is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 167 142 219 -
CMYK 0.24 0.35 0 0.14
HSL 259.48º 0.52% 0.71% -
HSV(B) 259.48º 0.35% 0.86% -
XYZ 38.4 32.68 71.3 -
YUV 158.25 162.28 134.24 -
System Red Green Blue C M Y K H S L
Decimal 167 142 219 0.24 0.35 0 0.14 259.48 0.52 0.71
Hex A7 8E DB 18 23 0 E 103 34 47
Octal 247 216 333 30 43 0 16 403 64 107
Binary 10100111 10001110 11011011 11000 100011 0 1110 100000011 110100 1000111

Color Harmonies of #A78EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78EDB

Black with #A78EDB

Text Example


Text Example

White with #A78EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78EDB; }

 p { color: rgb(167,142,219); }

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

background-color css

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

 a { background-color: rgb(167,142,219); }

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

border-color css

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

 span { border-color: rgb(167,142,219); }

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