#A492DD

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

Shades of Biloba Flower #A492DD

Tints of Biloba Flower #A492DD

Color information

#A492DD (or 0xA492DD) is unknown color: approx Biloba Flower. HEX triplet: A4, 92 and DD. RGB value is (164,146,221). Sum of RGB (Red+Green+Blue) = 164+146+221=531 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.89% from 531); Green value is 146 (57.42% from 255 or 27.50% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #A492DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A492DD is #5B6D22. Grayscale: #9F9F9F. Windows color (decimal): -5991715 or 14520996. OLE color: 14520996.

HSL color Cylindrical-coordinate representation of color #A492DD: hue angle of 254.4º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A492DD is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB164146221-
CMYK0.260.3400.13
HSL254.4º52.45%71.96%-
HSV(B)254.4º33.94%86.67%-
XYZ38.6433.6772.87-
YUV159.93162.46130.9-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.89%
GREEN value IS 146 (57.42% from 255) = 27.50%
BLUE value IS 221 (86.72% from 255) = 41.62%
R=30.89%
G=27.50%
B=41.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1641462210.260.3400.13254.452.4571.96
HexA492DD1A220Dfe3448
Octal244222335324201537664110
Binary1010010010010010110111011101010001001101111111101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A492DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A492DD; }

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

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

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

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

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

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

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

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