#AFA2FF

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

Shades of Perano #AFA2FF

Tints of Perano #AFA2FF

Color information

#AFA2FF (or 0xAFA2FF) is unknown color: approx Perano. HEX triplet: AF, A2 and FF. RGB value is (175,162,255). Sum of RGB (Red+Green+Blue) = 175+162+255=592 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.56% from 592); Green value is 162 (63.67% from 255 or 27.36% from 592); Blue value is 255 (100% from 255 or 43.07% from 592); Max value from RGB is 255 - color contains mainly: blue. Hex color #AFA2FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA2FF is #505D00. Grayscale: #B0B0B0. Windows color (decimal): -5266689 or 16753327. OLE color: 16753327.

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

Color convert

RGB175162255-
CMYK0.310.3600
HSL248.39º100%81.76%-
HSV(B)248.39º36.47%100%-
XYZ48.6542.17100.18-
YUV176.49172.31126.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.56%
GREEN value IS 162 (63.67% from 255) = 27.36%
BLUE value IS 255 (100% from 255) = 43.07%
R=29.56%
G=27.36%
B=43.07%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1751622550.310.3600248.3910081.76
HexAFA2FF1F2400f86452
Octal257242377374400370144122
Binary10101111101000101111111111111100100001111100011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA2FF; }

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

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

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

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

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

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

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

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