#AFA6F1

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

Shades of Perano #AFA6F1

Tints of Perano #AFA6F1

Color information

#AFA6F1 (or 0xAFA6F1) is unknown color: approx Perano. HEX triplet: AF, A6 and F1. RGB value is (175,166,241). Sum of RGB (Red+Green+Blue) = 175+166+241=582 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.07% from 582); Green value is 166 (65.23% from 255 or 28.52% from 582); Blue value is 241 (94.53% from 255 or 41.41% from 582); Max value from RGB is 241 - color contains mainly: blue. Hex color #AFA6F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA6F1 is #50590E. Grayscale: #B0B0B0. Windows color (decimal): -5265679 or 15836847. OLE color: 15836847.

HSL color Cylindrical-coordinate representation of color #AFA6F1: hue angle of 247.2º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFA6F1 is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB175166241-
CMYK0.270.3100.05
HSL247.2º72.82%79.8%-
HSV(B)247.2º31.12%94.51%-
XYZ47.1942.7488.98-
YUV177.24163.98126.4-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.07%
GREEN value IS 166 (65.23% from 255) = 28.52%
BLUE value IS 241 (94.53% from 255) = 41.41%
R=30.07%
G=28.52%
B=41.41%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1751662410.270.3100.05247.272.8279.8
HexAFA6F11B1F05f74950
Octal257246361333705367111120
Binary101011111010011011110001110111111101011111011110010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA6F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA6F1; }

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

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

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

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

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

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

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

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