#A492DA

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

Shades of Biloba Flower #A492DA

Tints of Biloba Flower #A492DA

Color information

#A492DA (or 0xA492DA) is unknown color: approx Biloba Flower. HEX triplet: A4, 92 and DA. RGB value is (164,146,218). Sum of RGB (Red+Green+Blue) = 164+146+218=528 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.06% from 528); Green value is 146 (57.42% from 255 or 27.65% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 218 - color contains mainly: blue. Hex color #A492DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A492DA is #5B6D25. Grayscale: #9F9F9F. Windows color (decimal): -5991718 or 14324388. OLE color: 14324388.

HSL color Cylindrical-coordinate representation of color #A492DA: hue angle of 255º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A492DA is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB164146218-
CMYK0.250.3300.15
HSL255º49.32%71.37%-
HSV(B)255º33.03%85.49%-
XYZ38.2433.5170.78-
YUV159.59160.96131.15-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.06%
GREEN value IS 146 (57.42% from 255) = 27.65%
BLUE value IS 218 (85.55% from 255) = 41.29%
R=31.06%
G=27.65%
B=41.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1641462180.250.3300.1525549.3271.37
HexA492DA19210Fff3147
Octal244222332314101737761107
Binary1010010010010010110110101100110000101111111111111100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A492DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A492DA; }

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

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

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

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

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

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

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

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