#AFA2FB

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

Shades of Perano #AFA2FB

Tints of Perano #AFA2FB

Color information

#AFA2FB (or 0xAFA2FB) is unknown color: approx Perano. HEX triplet: AF, A2 and FB. RGB value is (175,162,251). Sum of RGB (Red+Green+Blue) = 175+162+251=588 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.76% from 588); Green value is 162 (63.67% from 255 or 27.55% from 588); Blue value is 251 (98.44% from 255 or 42.69% from 588); Max value from RGB is 251 - color contains mainly: blue. Hex color #AFA2FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA2FB is #505D04. Grayscale: #AFAFAF. Windows color (decimal): -5266693 or 16491183. OLE color: 16491183.

HSL color Cylindrical-coordinate representation of color #AFA2FB: hue angle of 248.76º degrees, saturation: 0.92, 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 #AFA2FB is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB175162251-
CMYK0.300.3500.02
HSL248.76º91.75%80.98%-
HSV(B)248.76º35.46%98.43%-
XYZ48.0141.9296.83-
YUV176.03170.31127.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.76%
GREEN value IS 162 (63.67% from 255) = 27.55%
BLUE value IS 251 (98.44% from 255) = 42.69%
R=29.76%
G=27.55%
B=42.69%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1751622510.300.3500.02248.7691.7580.98
HexAFA2FB1E2302f95c51
Octal257242373364302371134121
Binary101011111010001011111011111101000110101111100110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA2FB; }

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

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

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

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

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

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

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

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