#AFAAFD

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

Shades of Perano #AFAAFD

Tints of Perano #AFAAFD

Color information

#AFAAFD (or 0xAFAAFD) is unknown color: approx Perano. HEX triplet: AF, AA and FD. RGB value is (175,170,253). Sum of RGB (Red+Green+Blue) = 175+170+253=598 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.26% from 598); Green value is 170 (66.80% from 255 or 28.43% from 598); Blue value is 253 (99.22% from 255 or 42.31% from 598); Max value from RGB is 253 - color contains mainly: blue. Hex color #AFAAFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFAAFD is #505502. Grayscale: #B4B4B4. Windows color (decimal): -5264643 or 16624303. OLE color: 16624303.

HSL color Cylindrical-coordinate representation of color #AFAAFD: hue angle of 243.61º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AFAAFD is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB175170253-
CMYK0.310.3300.01
HSL243.61º95.4%82.94%-
HSV(B)243.61º32.81%99.22%-
XYZ49.7844.9698.98-
YUV180.96168.66123.75-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.26%
GREEN value IS 170 (66.80% from 255) = 28.43%
BLUE value IS 253 (99.22% from 255) = 42.31%
R=29.26%
G=28.43%
B=42.31%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1751702530.310.3300.01243.6195.482.94
HexAFAAFD1F2101f45f53
Octal257252375374101364137123
Binary10101111101010101111110111111100001011111010010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAAFD; }

 p { color: rgb(175,170,253); }

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

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

 a { background-color: rgb(175,170,253); }

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

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

 span { border-color: rgb(175,170,253); }

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