#A5AFFA

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

Shades of Perano #A5AFFA

Tints of Perano #A5AFFA

Color information

#A5AFFA (or 0xA5AFFA) is unknown color: approx Perano. HEX triplet: A5, AF and FA. RGB value is (165,175,250). Sum of RGB (Red+Green+Blue) = 165+175+250=590 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.97% from 590); Green value is 175 (68.75% from 255 or 29.66% from 590); Blue value is 250 (98.05% from 255 or 42.37% from 590); Max value from RGB is 250 - color contains mainly: blue. Hex color #A5AFFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5AFFA is #5A5005. Grayscale: #B4B4B4. Windows color (decimal): -5918726 or 16428965. OLE color: 16428965.

HSL color Cylindrical-coordinate representation of color #A5AFFA: hue angle of 232.94º degrees, saturation: 0.89, 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 #A5AFFA is Cyan = 0.34, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB165175250-
CMYK0.340.300.02
HSL232.94º89.47%81.37%-
HSV(B)232.94º34%98.04%-
XYZ48.145.5696.7-
YUV180.56167.19116.9-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.97%
GREEN value IS 175 (68.75% from 255) = 29.66%
BLUE value IS 250 (98.05% from 255) = 42.37%
R=27.97%
G=29.66%
B=42.37%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1651752500.340.300.02232.9489.4781.37
HexA5AFFA221E02e95951
Octal245257372423602351131121
Binary101001011010111111111010100010111100101110100110110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AFFA; }

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

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

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

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

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

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

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

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