#A78ECD

Color #A78ECD Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #A78ECD

Tints of Biloba Flower #A78ECD

Color information

#A78ECD (or 0xA78ECD) is unknown color: approx Biloba Flower. HEX triplet: A7, 8E and CD. RGB value is (167,142,205). Sum of RGB (Red+Green+Blue) = 167+142+205=514 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.49% from 514); Green value is 142 (55.86% from 255 or 27.63% from 514); Blue value is 205 (80.47% from 255 or 39.88% from 514); Max value from RGB is 205 - color contains mainly: blue. Hex color #A78ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78ECD is #587132. Grayscale: #9C9C9C. Windows color (decimal): -5796147 or 13471399. OLE color: 13471399.

HSL color Cylindrical-coordinate representation of color #A78ECD: hue angle of 263.81º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A78ECD is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB167142205-
CMYK0.190.3100.20
HSL263.81º38.65%68.04%-
HSV(B)263.81º30.73%80.39%-
XYZ36.6331.9762-
YUV156.66155.28135.38-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.49%
GREEN value IS 142 (55.86% from 255) = 27.63%
BLUE value IS 205 (80.47% from 255) = 39.88%
R=32.49%
G=27.63%
B=39.88%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1671422050.190.3100.20263.8138.6568.04
HexA78ECD131F0141082744
Octal247216315233702441047104
Binary10100111100011101100110110011111110101001000010001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78ECD; }

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

 H1.HeaderClassName
 {
   color: #A78ECD;
 }
 .AnyTagClassName
 {
   color: #A78ECD;
 }
</style>
background-color css

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

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

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

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

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

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