#AFA6FA

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

Shades of Perano #AFA6FA

Tints of Perano #AFA6FA

Color information

#AFA6FA (or 0xAFA6FA) is unknown color: approx Perano. HEX triplet: AF, A6 and FA. RGB value is (175,166,250). Sum of RGB (Red+Green+Blue) = 175+166+250=591 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.61% from 591); Green value is 166 (65.23% from 255 or 28.09% from 591); Blue value is 250 (98.05% from 255 or 42.30% from 591); Max value from RGB is 250 - color contains mainly: blue. Hex color #AFA6FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA6FA is #505905. Grayscale: #B1B1B1. Windows color (decimal): -5265670 or 16426671. OLE color: 16426671.

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

Color convert

RGB175166250-
CMYK0.30.3400.02
HSL246.43º89.36%81.57%-
HSV(B)246.43º33.6%98.04%-
XYZ48.5743.2996.24-
YUV178.27168.48125.67-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.61%
GREEN value IS 166 (65.23% from 255) = 28.09%
BLUE value IS 250 (98.05% from 255) = 42.30%
R=29.61%
G=28.09%
B=42.30%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1751662500.30.3400.02246.4389.3681.57
HexAFA6FA1E2202f65952
Octal257246372364202366131122
Binary101011111010011011111010111101000100101111011010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA6FA; }

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

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

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

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

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

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

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

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