#AFAEF8

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

Shades of Perano #AFAEF8

Tints of Perano #AFAEF8

Color information

#AFAEF8 (or 0xAFAEF8) is unknown color: approx Perano. HEX triplet: AF, AE and F8. RGB value is (175,174,248). Sum of RGB (Red+Green+Blue) = 175+174+248=597 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.31% from 597); Green value is 174 (68.36% from 255 or 29.15% from 597); Blue value is 248 (97.27% from 255 or 41.54% from 597); Max value from RGB is 248 - color contains mainly: blue. Hex color #AFAEF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFAEF8 is #505107. Grayscale: #B6B6B6. Windows color (decimal): -5263624 or 16297647. OLE color: 16297647.

HSL color Cylindrical-coordinate representation of color #AFAEF8: hue angle of 240.81º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFAEF8 is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB175174248-
CMYK0.290.3000.03
HSL240.81º84.09%82.75%-
HSV(B)240.81º29.84%97.25%-
XYZ49.7646.1695.09-
YUV182.74164.83122.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.31%
GREEN value IS 174 (68.36% from 255) = 29.15%
BLUE value IS 248 (97.27% from 255) = 41.54%
R=29.31%
G=29.15%
B=41.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1751742480.290.3000.03240.8184.0982.75
HexAFAEF81D1E03f15453
Octal257256370353603361124123
Binary10101111101011101111100011101111100111111000110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAEF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAEF8; }

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

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

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

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

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

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

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

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