#AFA6F5

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

Shades of Perano #AFA6F5

Tints of Perano #AFA6F5

Color information

#AFA6F5 (or 0xAFA6F5) is unknown color: approx Perano. HEX triplet: AF, A6 and F5. RGB value is (175,166,245). Sum of RGB (Red+Green+Blue) = 175+166+245=586 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.86% from 586); Green value is 166 (65.23% from 255 or 28.33% from 586); Blue value is 245 (96.09% from 255 or 41.81% from 586); Max value from RGB is 245 - color contains mainly: blue. Hex color #AFA6F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA6F5 is #50590A. Grayscale: #B1B1B1. Windows color (decimal): -5265675 or 16098991. OLE color: 16098991.

HSL color Cylindrical-coordinate representation of color #AFA6F5: hue angle of 246.84º degrees, saturation: 0.8, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AFA6F5 is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB175166245-
CMYK0.290.3200.04
HSL246.84º79.8%80.59%-
HSV(B)246.84º32.24%96.08%-
XYZ47.842.9892.16-
YUV177.7165.98126.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.86%
GREEN value IS 166 (65.23% from 255) = 28.33%
BLUE value IS 245 (96.09% from 255) = 41.81%
R=29.86%
G=28.33%
B=41.81%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1751662450.290.3200.04246.8479.880.59
HexAFA6F51D2004f75051
Octal257246365354004367120121
Binary1010111110100110111101011110110000001001111011110100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA6F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA6F5; }

 p { color: rgb(175,166,245); }

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

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

 a { background-color: rgb(175,166,245); }

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

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

 span { border-color: rgb(175,166,245); }

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