#A78CCD

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

Shades of Biloba Flower #A78CCD

Tints of Biloba Flower #A78CCD

Color information

#A78CCD (or 0xA78CCD) is unknown color: approx Biloba Flower. HEX triplet: A7, 8C and CD. RGB value is (167,140,205). Sum of RGB (Red+Green+Blue) = 167+140+205=512 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.62% from 512); Green value is 140 (55.08% from 255 or 27.34% from 512); Blue value is 205 (80.47% from 255 or 40.04% from 512); Max value from RGB is 205 - color contains mainly: blue. Hex color #A78CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78CCD is #587332. Grayscale: #9B9B9B. Windows color (decimal): -5796659 or 13470887. OLE color: 13470887.

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

Color convert

RGB167140205-
CMYK0.190.3200.20
HSL264.92º39.39%67.65%-
HSV(B)264.92º31.71%80.39%-
XYZ36.3331.3861.9-
YUV155.48155.95136.21-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.62%
GREEN value IS 140 (55.08% from 255) = 27.34%
BLUE value IS 205 (80.47% from 255) = 40.04%
R=32.62%
G=27.34%
B=40.04%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1671402050.190.3200.20264.9239.3967.65
HexA78CCD13200141092744
Octal247214315234002441147104
Binary101001111000110011001101100111000000101001000010011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78CCD; }

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

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

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

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

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

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

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

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