#AFA2FE

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

Shades of Perano #AFA2FE

Tints of Perano #AFA2FE

Color information

#AFA2FE (or 0xAFA2FE) is unknown color: approx Perano. HEX triplet: AF, A2 and FE. RGB value is (175,162,254). Sum of RGB (Red+Green+Blue) = 175+162+254=591 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.61% from 591); Green value is 162 (63.67% from 255 or 27.41% from 591); Blue value is 254 (99.61% from 255 or 42.98% from 591); Max value from RGB is 254 - color contains mainly: blue. Hex color #AFA2FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA2FE is #505D01. Grayscale: #B0B0B0. Windows color (decimal): -5266690 or 16687791. OLE color: 16687791.

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

Color convert

RGB175162254-
CMYK0.310.3600.00
HSL248.48º97.87%81.57%-
HSV(B)248.48º36.22%99.61%-
XYZ48.4942.1199.34-
YUV176.37171.81127.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.61%
GREEN value IS 162 (63.67% from 255) = 27.41%
BLUE value IS 254 (99.61% from 255) = 42.98%
R=29.61%
G=27.41%
B=42.98%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1751622540.310.3600.00248.4897.8781.57
HexAFA2FE1F2400f86252
Octal257242376374400370142122
Binary10101111101000101111111011111100100001111100011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA2FE; }

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

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

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

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

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

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

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

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