#AFAAFA

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

Shades of Perano #AFAAFA

Tints of Perano #AFAAFA

Color information

#AFAAFA (or 0xAFAAFA) is unknown color: approx Perano. HEX triplet: AF, AA and FA. RGB value is (175,170,250). Sum of RGB (Red+Green+Blue) = 175+170+250=595 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.41% from 595); Green value is 170 (66.80% from 255 or 28.57% from 595); Blue value is 250 (98.05% from 255 or 42.02% from 595); Max value from RGB is 250 - color contains mainly: blue. Hex color #AFAAFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFAAFA is #505505. Grayscale: #B4B4B4. Windows color (decimal): -5264646 or 16427695. OLE color: 16427695.

HSL color Cylindrical-coordinate representation of color #AFAAFA: hue angle of 243.75º degrees, saturation: 0.89, 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 #AFAAFA is Cyan = 0.3, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB175170250-
CMYK0.30.3200.02
HSL243.75º88.89%82.35%-
HSV(B)243.75º32%98.04%-
XYZ49.3144.7796.48-
YUV180.61167.16124-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.41%
GREEN value IS 170 (66.80% from 255) = 28.57%
BLUE value IS 250 (98.05% from 255) = 42.02%
R=29.41%
G=28.57%
B=42.02%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1751702500.30.3200.02243.7588.8982.35
HexAFAAFA1E2002f45952
Octal257252372364002364131122
Binary101011111010101011111010111101000000101111010010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAAFA; }

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

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

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

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

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

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

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

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