#A78ACD

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

Shades of Biloba Flower #A78ACD

Tints of Biloba Flower #A78ACD

Color information

#A78ACD (or 0xA78ACD) is unknown color: approx Biloba Flower. HEX triplet: A7, 8A and CD. RGB value is (167,138,205). Sum of RGB (Red+Green+Blue) = 167+138+205=510 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.75% from 510); Green value is 138 (54.30% from 255 or 27.06% from 510); Blue value is 205 (80.47% from 255 or 40.20% from 510); Max value from RGB is 205 - color contains mainly: blue. Hex color #A78ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78ACD is #587532. Grayscale: #9A9A9A. Windows color (decimal): -5797171 or 13470375. OLE color: 13470375.

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

Color convert

RGB167138205-
CMYK0.190.3300.20
HSL265.97º40.12%67.25%-
HSV(B)265.97º32.68%80.39%-
XYZ36.0430.861.8-
YUV154.31156.61137.05-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.75%
GREEN value IS 138 (54.30% from 255) = 27.06%
BLUE value IS 205 (80.47% from 255) = 40.20%
R=32.75%
G=27.06%
B=40.20%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1671382050.190.3300.20265.9740.1267.25
HexA78ACD132101410a2843
Octal247212315234102441250103
Binary101001111000101011001101100111000010101001000010101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78ACD; }

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

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

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

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

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

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

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

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