#AFA1FB

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

Shades of Perano #AFA1FB

Tints of Perano #AFA1FB

Color information

#AFA1FB (or 0xAFA1FB) is unknown color: approx Perano. HEX triplet: AF, A1 and FB. RGB value is (175,161,251). Sum of RGB (Red+Green+Blue) = 175+161+251=587 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.81% from 587); Green value is 161 (63.28% from 255 or 27.43% from 587); Blue value is 251 (98.44% from 255 or 42.76% from 587); Max value from RGB is 251 - color contains mainly: blue. Hex color #AFA1FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA1FB is #505E04. Grayscale: #AFAFAF. Windows color (decimal): -5266949 or 16490927. OLE color: 16490927.

HSL color Cylindrical-coordinate representation of color #AFA1FB: hue angle of 249.33º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AFA1FB is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB175161251-
CMYK0.300.3600.02
HSL249.33º91.84%80.78%-
HSV(B)249.33º35.86%98.43%-
XYZ47.8441.5796.77-
YUV175.45170.64127.68-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.81%
GREEN value IS 161 (63.28% from 255) = 27.43%
BLUE value IS 251 (98.44% from 255) = 42.76%
R=29.81%
G=27.43%
B=42.76%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1751612510.300.3600.02249.3391.8480.78
HexAFA1FB1E2402f95c51
Octal257241373364402371134121
Binary101011111010000111111011111101001000101111100110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA1FB; }

 p { color: rgb(175,161,251); }

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

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

 a { background-color: rgb(175,161,251); }

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

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

 span { border-color: rgb(175,161,251); }

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