Html Css Color HEX #A78ECB Biloba Flower

📋 copy color: '#A78ECB'

red 167 ◦ green 142 ◦ blue 203

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

Shades of Biloba Flower #A78ECB

Tints of Biloba Flower #A78ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.65%

R = 32.62%
G = 27.73%
B = 39.65%

CMYK

 C value IS 0.18

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A78ECB (or 0xA78ECB) is known color: Biloba Flower. HEX triplet: A7, 8E and CB. RGB value is (167,142,203). Sum of RGB (Red+Green+Blue) = 167+142+203=512 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.62% from 512); Green value is 142 (55.86% from 255 or 27.73% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 203 - color contains mainly: blue. Hex color #A78ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78ECB is #587134. Grayscale: #9C9C9C. Windows color (decimal): -5796149 or 13340327. OLE color: 13340327.

HSL color Cylindrical-coordinate representation of color #A78ECB: hue angle of 264.59º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A78ECB is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 167 142 203 -
CMYK 0.18 0.30 0 0.20
HSL 264.59º 0.37% 0.68% -
HSV(B) 264.59º 0.3% 0.8% -
XYZ 36.39 31.87 60.73 -
YUV 156.43 154.28 135.54 -
System Red Green Blue C M Y K H S L
Decimal 167 142 203 0.18 0.30 0 0.20 264.59 0.37 0.68
Hex A7 8E CB 12 1E 0 14 109 25 44
Octal 247 216 313 22 36 0 24 411 45 104
Binary 10100111 10001110 11001011 10010 11110 0 10100 100001001 100101 1000100

Color Harmonies of #A78ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78ECB

Black with #A78ECB

Text Example


Text Example

White with #A78ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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