#A499FE

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

Shades of Perano #A499FE

Tints of Perano #A499FE

Color information

#A499FE (or 0xA499FE) is unknown color: approx Perano. HEX triplet: A4, 99 and FE. RGB value is (164,153,254). Sum of RGB (Red+Green+Blue) = 164+153+254=571 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.72% from 571); Green value is 153 (60.16% from 255 or 26.80% from 571); Blue value is 254 (99.61% from 255 or 44.48% from 571); Max value from RGB is 254 - color contains mainly: blue. Hex color #A499FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A499FE is #5B6601. Grayscale: #A7A7A7. Windows color (decimal): -5989890 or 16685476. OLE color: 16685476.

HSL color Cylindrical-coordinate representation of color #A499FE: hue angle of 246.53º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A499FE is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB164153254-
CMYK0.350.4000.00
HSL246.53º98.06%79.8%-
HSV(B)246.53º39.76%99.61%-
XYZ44.5937.8398.72-
YUV167.8176.64125.29-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.72%
GREEN value IS 153 (60.16% from 255) = 26.80%
BLUE value IS 254 (99.61% from 255) = 44.48%
R=28.72%
G=26.80%
B=44.48%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1641532540.350.4000.00246.5398.0679.8
HexA499FE232800f76250
Octal244231376435000367142120
Binary101001001001100111111110100011101000001111011111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A499FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A499FE; }

 p { color: rgb(164,153,254); }

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

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

 a { background-color: rgb(164,153,254); }

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

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

 span { border-color: rgb(164,153,254); }

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