#A4AFEF

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

Shades of Perano #A4AFEF

Tints of Perano #A4AFEF

Color information

#A4AFEF (or 0xA4AFEF) is unknown color: approx Perano. HEX triplet: A4, AF and EF. RGB value is (164,175,239). Sum of RGB (Red+Green+Blue) = 164+175+239=578 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.37% from 578); Green value is 175 (68.75% from 255 or 30.28% from 578); Blue value is 239 (93.75% from 255 or 41.35% from 578); Max value from RGB is 239 - color contains mainly: blue. Hex color #A4AFEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A4AFEF is #5B5010. Grayscale: #B2B2B2. Windows color (decimal): -5984273 or 15708068. OLE color: 15708068.

HSL color Cylindrical-coordinate representation of color #A4AFEF: hue angle of 231.2º 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 #A4AFEF is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB164175239-
CMYK0.310.2700.06
HSL231.2º70.09%79.02%-
HSV(B)231.2º31.38%93.73%-
XYZ46.2244.7887.87-
YUV179.01161.86117.3-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.37%
GREEN value IS 175 (68.75% from 255) = 30.28%
BLUE value IS 239 (93.75% from 255) = 41.35%
R=28.37%
G=30.28%
B=41.35%

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
Decimal1641752390.310.2700.06231.270.0979.02
HexA4AFEF1F1B06e7464f
Octal244257357373306347106117
Binary101001001010111111101111111111101101101110011110001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AFEF; }

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

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

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

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

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

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

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

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