#AFA8F9

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

Shades of Perano #AFA8F9

Tints of Perano #AFA8F9

Color information

#AFA8F9 (or 0xAFA8F9) is unknown color: approx Perano. HEX triplet: AF, A8 and F9. RGB value is (175,168,249). Sum of RGB (Red+Green+Blue) = 175+168+249=592 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.56% from 592); Green value is 168 (66.02% from 255 or 28.38% from 592); Blue value is 249 (97.66% from 255 or 42.06% from 592); Max value from RGB is 249 - color contains mainly: blue. Hex color #AFA8F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA8F9 is #505706. Grayscale: #B3B3B3. Windows color (decimal): -5265159 or 16361647. OLE color: 16361647.

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

Color convert

RGB175168249-
CMYK0.300.3300.02
HSL245.19º87.1%81.76%-
HSV(B)245.19º32.53%97.65%-
XYZ48.7843.9695.54-
YUV179.33167.32124.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.56%
GREEN value IS 168 (66.02% from 255) = 28.38%
BLUE value IS 249 (97.66% from 255) = 42.06%
R=29.56%
G=28.38%
B=42.06%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1751682490.300.3300.02245.1987.181.76
HexAFA8F91E2102f55752
Octal257250371364102365127122
Binary101011111010100011111001111101000010101111010110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA8F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA8F9; }

 p { color: rgb(175,168,249); }

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

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

 a { background-color: rgb(175,168,249); }

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

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

 span { border-color: rgb(175,168,249); }

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