#AFA0FF

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

Shades of Perano #AFA0FF

Tints of Perano #AFA0FF

Color information

#AFA0FF (or 0xAFA0FF) is unknown color: approx Perano. HEX triplet: AF, A0 and FF. RGB value is (175,160,255). Sum of RGB (Red+Green+Blue) = 175+160+255=590 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.66% from 590); Green value is 160 (62.89% from 255 or 27.12% from 590); Blue value is 255 (100% from 255 or 43.22% from 590); Max value from RGB is 255 - color contains mainly: blue. Hex color #AFA0FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA0FF is #505F00. Grayscale: #AEAEAE. Windows color (decimal): -5267201 or 16752815. OLE color: 16752815.

HSL color Cylindrical-coordinate representation of color #AFA0FF: hue angle of 249.47º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AFA0FF is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB175160255-
CMYK0.310.3700
HSL249.47º100%81.37%-
HSV(B)249.47º37.25%100%-
XYZ48.341.48100.07-
YUV175.31172.97127.78-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.66%
GREEN value IS 160 (62.89% from 255) = 27.12%
BLUE value IS 255 (100% from 255) = 43.22%
R=29.66%
G=27.12%
B=43.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1751602550.310.3700249.4710081.37
HexAFA0FF1F2500f96451
Octal257240377374500371144121
Binary10101111101000001111111111111100101001111100111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA0FF; }

 p { color: rgb(175,160,255); }

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

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

 a { background-color: rgb(175,160,255); }

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

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

 span { border-color: rgb(175,160,255); }

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