#A78CCC

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

Shades of Biloba Flower #A78CCC

Tints of Biloba Flower #A78CCC

Color information

#A78CCC (or 0xA78CCC) is unknown color: approx Biloba Flower. HEX triplet: A7, 8C and CC. RGB value is (167,140,204). Sum of RGB (Red+Green+Blue) = 167+140+204=511 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.68% from 511); Green value is 140 (55.08% from 255 or 27.40% from 511); Blue value is 204 (80.08% from 255 or 39.92% from 511); Max value from RGB is 204 - color contains mainly: blue. Hex color #A78CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78CCC is #587333. Grayscale: #9B9B9B. Windows color (decimal): -5796660 or 13405351. OLE color: 13405351.

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

Color convert

RGB167140204-
CMYK0.180.3100.2
HSL265.31º38.55%67.45%-
HSV(B)265.31º31.37%80%-
XYZ36.2131.3361.27-
YUV155.37155.45136.3-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.68%
GREEN value IS 140 (55.08% from 255) = 27.40%
BLUE value IS 204 (80.08% from 255) = 39.92%
R=32.68%
G=27.40%
B=39.92%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1671402040.180.3100.2265.3138.5567.45
HexA78CCC121F0141092743
Octal247214314223702441147103
Binary10100111100011001100110010010111110101001000010011001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78CCC; }

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

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

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

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

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

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

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

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