#A492DC

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

Shades of Biloba Flower #A492DC

Tints of Biloba Flower #A492DC

Color information

#A492DC (or 0xA492DC) is unknown color: approx Biloba Flower. HEX triplet: A4, 92 and DC. RGB value is (164,146,220). Sum of RGB (Red+Green+Blue) = 164+146+220=530 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.94% from 530); Green value is 146 (57.42% from 255 or 27.55% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 220 - color contains mainly: blue. Hex color #A492DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A492DC is #5B6D23. Grayscale: #9F9F9F. Windows color (decimal): -5991716 or 14455460. OLE color: 14455460.

HSL color Cylindrical-coordinate representation of color #A492DC: hue angle of 254.59º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A492DC is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB164146220-
CMYK0.250.3400.14
HSL254.59º51.39%71.76%-
HSV(B)254.59º33.64%86.27%-
XYZ38.5133.6272.17-
YUV159.82161.96130.98-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.94%
GREEN value IS 146 (57.42% from 255) = 27.55%
BLUE value IS 220 (86.33% from 255) = 41.51%
R=30.94%
G=27.55%
B=41.51%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1641462200.250.3400.14254.5951.3971.76
HexA492DC19220Eff3348
Octal244222334314201637763110
Binary1010010010010010110111001100110001001110111111111100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A492DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A492DC; }

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

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

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

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

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

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

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

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