#A5AFF9

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

Shades of Perano #A5AFF9

Tints of Perano #A5AFF9

Color information

#A5AFF9 (or 0xA5AFF9) is unknown color: approx Perano. HEX triplet: A5, AF and F9. RGB value is (165,175,249). Sum of RGB (Red+Green+Blue) = 165+175+249=589 (78% of max value = 765). Red value is 165 (64.84% from 255 or 28.01% from 589); Green value is 175 (68.75% from 255 or 29.71% from 589); Blue value is 249 (97.66% from 255 or 42.28% from 589); Max value from RGB is 249 - color contains mainly: blue. Hex color #A5AFF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5AFF9 is #5A5006. Grayscale: #B4B4B4. Windows color (decimal): -5918727 or 16363429. OLE color: 16363429.

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

Color convert

RGB165175249-
CMYK0.340.3000.02
HSL232.86º87.5%81.18%-
HSV(B)232.86º33.73%97.65%-
XYZ47.9545.595.88-
YUV180.45166.69116.98-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.01%
GREEN value IS 175 (68.75% from 255) = 29.71%
BLUE value IS 249 (97.66% from 255) = 42.28%
R=28.01%
G=29.71%
B=42.28%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1651752490.340.3000.02232.8687.581.18
HexA5AFF9221E02e95851
Octal245257371423602351130121
Binary101001011010111111111001100010111100101110100110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AFF9; }

 p { color: rgb(165,175,249); }

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

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

 a { background-color: rgb(165,175,249); }

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

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

 span { border-color: rgb(165,175,249); }

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