#A592C9

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

Shades of Biloba Flower #A592C9

Tints of Biloba Flower #A592C9

Color information

#A592C9 (or 0xA592C9) is unknown color: approx Biloba Flower. HEX triplet: A5, 92 and C9. RGB value is (165,146,201). Sum of RGB (Red+Green+Blue) = 165+146+201=512 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.23% from 512); Green value is 146 (57.42% from 255 or 28.52% from 512); Blue value is 201 (78.91% from 255 or 39.26% from 512); Max value from RGB is 201 - color contains mainly: blue. Hex color #A592C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A592C9 is #5A6D36. Grayscale: #9D9D9D. Windows color (decimal): -5926199 or 13210277. OLE color: 13210277.

HSL color Cylindrical-coordinate representation of color #A592C9: hue angle of 260.73º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A592C9 is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB165146201-
CMYK0.180.2700.21
HSL260.73º33.74%68.04%-
HSV(B)260.73º27.36%78.82%-
XYZ36.3432.7759.67-
YUV157.95152.29133.03-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.23%
GREEN value IS 146 (57.42% from 255) = 28.52%
BLUE value IS 201 (78.91% from 255) = 39.26%
R=32.23%
G=28.52%
B=39.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1651462010.180.2700.21260.7333.7468.04
HexA592C9121B0151052244
Octal245222311223302540542104
Binary10100101100100101100100110010110110101011000001011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A592C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A592C9; }

 p { color: rgb(165,146,201); }

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

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

 a { background-color: rgb(165,146,201); }

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

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

 span { border-color: rgb(165,146,201); }

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