#AFAAF9

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

Shades of Perano #AFAAF9

Tints of Perano #AFAAF9

Color information

#AFAAF9 (or 0xAFAAF9) is unknown color: approx Perano. HEX triplet: AF, AA and F9. RGB value is (175,170,249). Sum of RGB (Red+Green+Blue) = 175+170+249=594 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.46% from 594); Green value is 170 (66.80% from 255 or 28.62% from 594); Blue value is 249 (97.66% from 255 or 41.92% from 594); Max value from RGB is 249 - color contains mainly: blue. Hex color #AFAAF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFAAF9 is #505506. Grayscale: #B4B4B4. Windows color (decimal): -5264647 or 16362159. OLE color: 16362159.

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

Color convert

RGB175170249-
CMYK0.300.3200.02
HSL243.8º86.81%82.16%-
HSV(B)243.8º31.73%97.65%-
XYZ49.1544.795.66-
YUV180.5166.66124.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.46%
GREEN value IS 170 (66.80% from 255) = 28.62%
BLUE value IS 249 (97.66% from 255) = 41.92%
R=29.46%
G=28.62%
B=41.92%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1751702490.300.3200.02243.886.8182.16
HexAFAAF91E2002f45752
Octal257252371364002364127122
Binary101011111010101011111001111101000000101111010010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAAF9; }

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

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

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

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

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

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

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

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