#AFA2FA

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

Shades of Perano #AFA2FA

Tints of Perano #AFA2FA

Color information

#AFA2FA (or 0xAFA2FA) is unknown color: approx Perano. HEX triplet: AF, A2 and FA. RGB value is (175,162,250). Sum of RGB (Red+Green+Blue) = 175+162+250=587 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.81% from 587); Green value is 162 (63.67% from 255 or 27.60% from 587); Blue value is 250 (98.05% from 255 or 42.59% from 587); Max value from RGB is 250 - color contains mainly: blue. Hex color #AFA2FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA2FA is #505D05. Grayscale: #AFAFAF. Windows color (decimal): -5266694 or 16425647. OLE color: 16425647.

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

Color convert

RGB175162250-
CMYK0.30.3500.02
HSL248.86º89.8%80.78%-
HSV(B)248.86º35.2%98.04%-
XYZ47.8541.8696-
YUV175.92169.81127.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.81%
GREEN value IS 162 (63.67% from 255) = 27.60%
BLUE value IS 250 (98.05% from 255) = 42.59%
R=29.81%
G=27.60%
B=42.59%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1751622500.30.3500.02248.8689.880.78
HexAFA2FA1E2302f95a51
Octal257242372364302371132121
Binary101011111010001011111010111101000110101111100110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA2FA; }

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

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

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

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

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

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

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

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