#A492CA

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

Shades of Biloba Flower #A492CA

Tints of Biloba Flower #A492CA

Color information

#A492CA (or 0xA492CA) is unknown color: approx Biloba Flower. HEX triplet: A4, 92 and CA. RGB value is (164,146,202). Sum of RGB (Red+Green+Blue) = 164+146+202=512 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.03% from 512); Green value is 146 (57.42% from 255 or 28.52% from 512); Blue value is 202 (79.30% from 255 or 39.45% from 512); Max value from RGB is 202 - color contains mainly: blue. Hex color #A492CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A492CA is #5B6D35. Grayscale: #9D9D9D. Windows color (decimal): -5991734 or 13275812. OLE color: 13275812.

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

Color convert

RGB164146202-
CMYK0.190.2800.21
HSL259.29º34.57%68.24%-
HSV(B)259.29º27.72%79.22%-
XYZ36.2532.7160.28-
YUV157.77152.96132.45-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.03%
GREEN value IS 146 (57.42% from 255) = 28.52%
BLUE value IS 202 (79.30% from 255) = 39.45%
R=32.03%
G=28.52%
B=39.45%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1641462020.190.2800.21259.2934.5768.24
HexA492CA131C0151032344
Octal244222312233402540343104
Binary10100100100100101100101010011111000101011000000111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A492CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A492CA; }

 p { color: rgb(164,146,202); }

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

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

 a { background-color: rgb(164,146,202); }

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

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

 span { border-color: rgb(164,146,202); }

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