#AFAEF6

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

Shades of Perano #AFAEF6

Tints of Perano #AFAEF6

Color information

#AFAEF6 (or 0xAFAEF6) is unknown color: approx Perano. HEX triplet: AF, AE and F6. RGB value is (175,174,246). Sum of RGB (Red+Green+Blue) = 175+174+246=595 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.41% from 595); Green value is 174 (68.36% from 255 or 29.24% from 595); Blue value is 246 (96.48% from 255 or 41.34% from 595); Max value from RGB is 246 - color contains mainly: blue. Hex color #AFAEF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFAEF6 is #505109. Grayscale: #B6B6B6. Windows color (decimal): -5263626 or 16166575. OLE color: 16166575.

HSL color Cylindrical-coordinate representation of color #AFAEF6: hue angle of 240.83º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFAEF6 is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB175174246-
CMYK0.290.2900.04
HSL240.83º80%82.35%-
HSV(B)240.83º29.27%96.47%-
XYZ49.4546.0493.47-
YUV182.51163.83122.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.41%
GREEN value IS 174 (68.36% from 255) = 29.24%
BLUE value IS 246 (96.48% from 255) = 41.34%
R=29.41%
G=29.24%
B=41.34%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1751742460.290.2900.04240.838082.35
HexAFAEF61D1D04f15052
Octal257256366353504361120122
Binary101011111010111011110110111011110101001111000110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAEF6; }

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

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

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

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

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

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

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

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