#AFAEF1

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

Shades of Perano #AFAEF1

Tints of Perano #AFAEF1

Color information

#AFAEF1 (or 0xAFAEF1) is unknown color: approx Perano. HEX triplet: AF, AE and F1. RGB value is (175,174,241). Sum of RGB (Red+Green+Blue) = 175+174+241=590 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.66% from 590); Green value is 174 (68.36% from 255 or 29.49% from 590); Blue value is 241 (94.53% from 255 or 40.85% from 590); Max value from RGB is 241 - color contains mainly: blue. Hex color #AFAEF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFAEF1 is #50510E. Grayscale: #B5B5B5. Windows color (decimal): -5263631 or 15838895. OLE color: 15838895.

HSL color Cylindrical-coordinate representation of color #AFAEF1: hue angle of 240.9º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFAEF1 is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB175174241-
CMYK0.270.2800.05
HSL240.9º70.53%81.37%-
HSV(B)240.9º27.8%94.51%-
XYZ48.6945.7489.48-
YUV181.94161.33123.05-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.66%
GREEN value IS 174 (68.36% from 255) = 29.49%
BLUE value IS 241 (94.53% from 255) = 40.85%
R=29.66%
G=29.49%
B=40.85%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1751742410.270.2800.05240.970.5381.37
HexAFAEF11B1C05f14751
Octal257256361333405361107121
Binary101011111010111011110001110111110001011111000110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAEF1; }

 p { color: rgb(175,174,241); }

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

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

 a { background-color: rgb(175,174,241); }

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

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

 span { border-color: rgb(175,174,241); }

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