#A5AFEF

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

Shades of Perano #A5AFEF

Tints of Perano #A5AFEF

Color information

#A5AFEF (or 0xA5AFEF) is unknown color: approx Perano. HEX triplet: A5, AF and EF. RGB value is (165,175,239). Sum of RGB (Red+Green+Blue) = 165+175+239=579 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.50% from 579); Green value is 175 (68.75% from 255 or 30.22% from 579); Blue value is 239 (93.75% from 255 or 41.28% from 579); Max value from RGB is 239 - color contains mainly: blue. Hex color #A5AFEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5AFEF is #5A5010. Grayscale: #B3B3B3. Windows color (decimal): -5918737 or 15708069. OLE color: 15708069.

HSL color Cylindrical-coordinate representation of color #A5AFEF: hue angle of 231.89º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5AFEF is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB165175239-
CMYK0.310.2700.06
HSL231.89º69.81%79.22%-
HSV(B)231.89º30.96%93.73%-
XYZ46.4344.8987.88-
YUV179.31161.69117.8-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.50%
GREEN value IS 175 (68.75% from 255) = 30.22%
BLUE value IS 239 (93.75% from 255) = 41.28%
R=28.50%
G=30.22%
B=41.28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1651752390.310.2700.06231.8969.8179.22
HexA5AFEF1F1B06e8464f
Octal245257357373306350106117
Binary101001011010111111101111111111101101101110100010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AFEF; }

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

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

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

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

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

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

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

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