#AFA6F3

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

Shades of Perano #AFA6F3

Tints of Perano #AFA6F3

Color information

#AFA6F3 (or 0xAFA6F3) is unknown color: approx Perano. HEX triplet: AF, A6 and F3. RGB value is (175,166,243). Sum of RGB (Red+Green+Blue) = 175+166+243=584 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.97% from 584); Green value is 166 (65.23% from 255 or 28.42% from 584); Blue value is 243 (95.31% from 255 or 41.61% from 584); Max value from RGB is 243 - color contains mainly: blue. Hex color #AFA6F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA6F3 is #50590C. Grayscale: #B1B1B1. Windows color (decimal): -5265677 or 15967919. OLE color: 15967919.

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

Color convert

RGB175166243-
CMYK0.280.3200.05
HSL247.01º76.24%80.2%-
HSV(B)247.01º31.69%95.29%-
XYZ47.4942.8690.56-
YUV177.47164.98126.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.97%
GREEN value IS 166 (65.23% from 255) = 28.42%
BLUE value IS 243 (95.31% from 255) = 41.61%
R=29.97%
G=28.42%
B=41.61%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1751662430.280.3200.05247.0176.2480.2
HexAFA6F31C2005f74c50
Octal257246363344005367114120
Binary1010111110100110111100111110010000001011111011110011001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA6F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA6F3; }

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

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

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

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

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

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

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

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