#AFA0FE

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

Shades of Perano #AFA0FE

Tints of Perano #AFA0FE

Color information

#AFA0FE (or 0xAFA0FE) is unknown color: approx Perano. HEX triplet: AF, A0 and FE. RGB value is (175,160,254). Sum of RGB (Red+Green+Blue) = 175+160+254=589 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.71% from 589); Green value is 160 (62.89% from 255 or 27.16% from 589); Blue value is 254 (99.61% from 255 or 43.12% from 589); Max value from RGB is 254 - color contains mainly: blue. Hex color #AFA0FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA0FE is #505F01. Grayscale: #AEAEAE. Windows color (decimal): -5267202 or 16687279. OLE color: 16687279.

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

Color convert

RGB175160254-
CMYK0.310.3700.00
HSL249.57º97.92%81.18%-
HSV(B)249.57º37.01%99.61%-
XYZ48.1441.4199.22-
YUV175.2172.47127.86-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.71%
GREEN value IS 160 (62.89% from 255) = 27.16%
BLUE value IS 254 (99.61% from 255) = 43.12%
R=29.71%
G=27.16%
B=43.12%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1751602540.310.3700.00249.5797.9281.18
HexAFA0FE1F2500fa6251
Octal257240376374500372142121
Binary10101111101000001111111011111100101001111101011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA0FE; }

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

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

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

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

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

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

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

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