#A99FFA

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

Shades of Perano #A99FFA

Tints of Perano #A99FFA

Color information

#A99FFA (or 0xA99FFA) is unknown color: approx Perano. HEX triplet: A9, 9F and FA. RGB value is (169,159,250). Sum of RGB (Red+Green+Blue) = 169+159+250=578 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.24% from 578); Green value is 159 (62.5% from 255 or 27.51% from 578); Blue value is 250 (98.05% from 255 or 43.25% from 578); Max value from RGB is 250 - color contains mainly: blue. Hex color #A99FFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A99FFA is #566005. Grayscale: #ACACAC. Windows color (decimal): -5660678 or 16424873. OLE color: 16424873.

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

Color convert

RGB169159250-
CMYK0.320.3600.02
HSL246.59º90.1%80.2%-
HSV(B)246.59º36.4%98.04%-
XYZ46.0240.1395.76-
YUV172.36171.81125.6-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.24%
GREEN value IS 159 (62.5% from 255) = 27.51%
BLUE value IS 250 (98.05% from 255) = 43.25%
R=29.24%
G=27.51%
B=43.25%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1691592500.320.3600.02246.5990.180.2
HexA99FFA202402f75a50
Octal251237372404402367132120
Binary1010100110011111111110101000001001000101111011110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99FFA; }

 p { color: rgb(169,159,250); }

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

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

 a { background-color: rgb(169,159,250); }

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

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

 span { border-color: rgb(169,159,250); }

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