#A99CFF

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

Shades of Perano #A99CFF

Tints of Perano #A99CFF

Color information

#A99CFF (or 0xA99CFF) is unknown color: approx Perano. HEX triplet: A9, 9C and FF. RGB value is (169,156,255). Sum of RGB (Red+Green+Blue) = 169+156+255=580 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.14% from 580); Green value is 156 (61.33% from 255 or 26.90% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #A99CFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A99CFF is #566300. Grayscale: #AAAAAA. Windows color (decimal): -5661441 or 16751785. OLE color: 16751785.

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

Color convert

RGB169156255-
CMYK0.340.3900
HSL247.88º100%80.59%-
HSV(B)247.88º38.82%100%-
XYZ46.339.4399.78-
YUV171.17175.31126.45-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.14%
GREEN value IS 156 (61.33% from 255) = 26.90%
BLUE value IS 255 (100% from 255) = 43.97%
R=29.14%
G=26.90%
B=43.97%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1691562550.340.3900247.8810080.59
HexA99CFF222700f86451
Octal251234377424700370144121
Binary101010011001110011111111100010100111001111100011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99CFF; }

 p { color: rgb(169,156,255); }

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

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

 a { background-color: rgb(169,156,255); }

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

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

 span { border-color: rgb(169,156,255); }

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