#A499FF

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

Shades of Perano #A499FF

Tints of Perano #A499FF

Color information

#A499FF (or 0xA499FF) is unknown color: approx Perano. HEX triplet: A4, 99 and FF. RGB value is (164,153,255). Sum of RGB (Red+Green+Blue) = 164+153+255=572 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.67% from 572); Green value is 153 (60.16% from 255 or 26.75% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #A499FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A499FF is #5B6600. Grayscale: #A7A7A7. Windows color (decimal): -5989889 or 16751012. OLE color: 16751012.

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

Color convert

RGB164153255-
CMYK0.360.400
HSL246.47º100%80%-
HSV(B)246.47º40%100%-
XYZ44.7537.8999.56-
YUV167.92177.14125.21-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.67%
GREEN value IS 153 (60.16% from 255) = 26.75%
BLUE value IS 255 (100% from 255) = 44.58%
R=28.67%
G=26.75%
B=44.58%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1641532550.360.400246.4710080
HexA499FF242800f66450
Octal244231377445000366144120
Binary101001001001100111111111100100101000001111011011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A499FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A499FF; }

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

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

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

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

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

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

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

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