#AFAEFA

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

Shades of Perano #AFAEFA

Tints of Perano #AFAEFA

Color information

#AFAEFA (or 0xAFAEFA) is unknown color: approx Perano. HEX triplet: AF, AE and FA. RGB value is (175,174,250). Sum of RGB (Red+Green+Blue) = 175+174+250=599 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.22% from 599); Green value is 174 (68.36% from 255 or 29.05% from 599); Blue value is 250 (98.05% from 255 or 41.74% from 599); Max value from RGB is 250 - color contains mainly: blue. Hex color #AFAEFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFAEFA is #505105. Grayscale: #B6B6B6. Windows color (decimal): -5263622 or 16428719. OLE color: 16428719.

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

Color convert

RGB175174250-
CMYK0.30.3000.02
HSL240.79º88.37%83.14%-
HSV(B)240.79º30.4%98.04%-
XYZ50.0746.2996.74-
YUV182.96165.83122.32-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.22%
GREEN value IS 174 (68.36% from 255) = 29.05%
BLUE value IS 250 (98.05% from 255) = 41.74%
R=29.22%
G=29.05%
B=41.74%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1751742500.30.3000.02240.7988.3783.14
HexAFAEFA1E1E02f15853
Octal257256372363602361130123
Binary10101111101011101111101011110111100101111000110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAEFA; }

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

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

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

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

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

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

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

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