Html Css Color HEX #A78EEB Biloba Flower

📋 copy color: '#A78EEB'

red 167 ◦ green 142 ◦ blue 235

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

Shades of Biloba Flower #A78EEB

Tints of Biloba Flower #A78EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 43.2%

R = 30.7%
G = 26.1%
B = 43.2%

CMYK

 C value IS 0.29

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A78EEB (or 0xA78EEB) is known color: Biloba Flower. HEX triplet: A7, 8E and EB. RGB value is (167,142,235). Sum of RGB (Red+Green+Blue) = 167+142+235=544 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.70% from 544); Green value is 142 (55.86% from 255 or 26.10% from 544); Blue value is 235 (92.19% from 255 or 43.20% from 544); Max value from RGB is 235 - color contains mainly: blue. Hex color #A78EEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A78EEB is #587114. Grayscale: #9F9F9F. Windows color (decimal): -5796117 or 15437479. OLE color: 15437479.

HSL color Cylindrical-coordinate representation of color #A78EEB: hue angle of 256.13º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A78EEB is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 167 142 235 -
CMYK 0.29 0.40 0 0.08
HSL 256.13º 0.7% 0.74% -
HSV(B) 256.13º 0.4% 0.92% -
XYZ 40.6 33.56 82.93 -
YUV 160.08 170.28 132.94 -
System Red Green Blue C M Y K H S L
Decimal 167 142 235 0.29 0.40 0 0.08 256.13 0.7 0.74
Hex A7 8E EB 1D 28 0 8 100 46 4A
Octal 247 216 353 35 50 0 10 400 106 112
Binary 10100111 10001110 11101011 11101 101000 0 1000 100000000 1000110 1001010

Color Harmonies of #A78EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78EEB

Black with #A78EEB

Text Example


Text Example

White with #A78EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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