#A494CD

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

Shades of Biloba Flower #A494CD

Tints of Biloba Flower #A494CD

Color information

#A494CD (or 0xA494CD) is unknown color: approx Biloba Flower. HEX triplet: A4, 94 and CD. RGB value is (164,148,205). Sum of RGB (Red+Green+Blue) = 164+148+205=517 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.72% from 517); Green value is 148 (58.20% from 255 or 28.63% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 205 - color contains mainly: blue. Hex color #A494CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A494CD is #5B6B32. Grayscale: #9F9F9F. Windows color (decimal): -5991219 or 13472932. OLE color: 13472932.

HSL color Cylindrical-coordinate representation of color #A494CD: hue angle of 256.84º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A494CD is Cyan = 0.2, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB164148205-
CMYK0.20.2800.20
HSL256.84º36.31%69.22%-
HSV(B)256.84º27.8%80.39%-
XYZ36.9233.4862.27-
YUV159.28153.8131.37-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.72%
GREEN value IS 148 (58.20% from 255) = 28.63%
BLUE value IS 205 (80.47% from 255) = 39.65%
R=31.72%
G=28.63%
B=39.65%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1641482050.20.2800.20256.8436.3169.22
HexA494CD141C0141012445
Octal244224315243402440144105
Binary10100100100101001100110110100111000101001000000011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A494CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A494CD; }

 p { color: rgb(164,148,205); }

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

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

 a { background-color: rgb(164,148,205); }

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

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

 span { border-color: rgb(164,148,205); }

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