#AFA1FA

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

Shades of Perano #AFA1FA

Tints of Perano #AFA1FA

Color information

#AFA1FA (or 0xAFA1FA) is unknown color: approx Perano. HEX triplet: AF, A1 and FA. RGB value is (175,161,250). Sum of RGB (Red+Green+Blue) = 175+161+250=586 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.86% from 586); Green value is 161 (63.28% from 255 or 27.47% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #AFA1FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA1FA is #505E05. Grayscale: #AEAEAE. Windows color (decimal): -5266950 or 16425391. OLE color: 16425391.

HSL color Cylindrical-coordinate representation of color #AFA1FA: hue angle of 249.44º degrees, saturation: 0.9, 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 #AFA1FA is Cyan = 0.3, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB175161250-
CMYK0.30.3600.02
HSL249.44º89.9%80.59%-
HSV(B)249.44º35.6%98.04%-
XYZ47.6841.5195.94-
YUV175.33170.14127.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.86%
GREEN value IS 161 (63.28% from 255) = 27.47%
BLUE value IS 250 (98.05% from 255) = 42.66%
R=29.86%
G=27.47%
B=42.66%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1751612500.30.3600.02249.4489.980.59
HexAFA1FA1E2402f95a51
Octal257241372364402371132121
Binary101011111010000111111010111101001000101111100110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA1FA; }

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

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

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

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

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

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

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

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