#AFAAFB

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

Shades of Perano #AFAAFB

Tints of Perano #AFAAFB

Color information

#AFAAFB (or 0xAFAAFB) is unknown color: approx Perano. HEX triplet: AF, AA and FB. RGB value is (175,170,251). Sum of RGB (Red+Green+Blue) = 175+170+251=596 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.36% from 596); Green value is 170 (66.80% from 255 or 28.52% from 596); Blue value is 251 (98.44% from 255 or 42.11% from 596); Max value from RGB is 251 - color contains mainly: blue. Hex color #AFAAFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFAAFB is #505504. Grayscale: #B4B4B4. Windows color (decimal): -5264645 or 16493231. OLE color: 16493231.

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

Color convert

RGB175170251-
CMYK0.300.3200.02
HSL243.7º91.01%82.55%-
HSV(B)243.7º32.27%98.43%-
XYZ49.4744.8397.31-
YUV180.73167.66123.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.36%
GREEN value IS 170 (66.80% from 255) = 28.52%
BLUE value IS 251 (98.44% from 255) = 42.11%
R=29.36%
G=28.52%
B=42.11%

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
Decimal1751702510.300.3200.02243.791.0182.55
HexAFAAFB1E2002f45b53
Octal257252373364002364133123
Binary101011111010101011111011111101000000101111010010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAAFB; }

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

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

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

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

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

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

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

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