#AFABFB

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

Shades of Perano #AFABFB

Tints of Perano #AFABFB

Color information

#AFABFB (or 0xAFABFB) is unknown color: approx Perano. HEX triplet: AF, AB and FB. RGB value is (175,171,251). Sum of RGB (Red+Green+Blue) = 175+171+251=597 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.31% from 597); Green value is 171 (67.19% from 255 or 28.64% from 597); Blue value is 251 (98.44% from 255 or 42.04% from 597); Max value from RGB is 251 - color contains mainly: blue. Hex color #AFABFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFABFB is #505404. Grayscale: #B5B5B5. Windows color (decimal): -5264389 or 16493487. OLE color: 16493487.

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

Color convert

RGB175171251-
CMYK0.300.3200.02
HSL243º90.91%82.75%-
HSV(B)243º31.87%98.43%-
XYZ49.6545.297.38-
YUV181.32167.33123.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.31%
GREEN value IS 171 (67.19% from 255) = 28.64%
BLUE value IS 251 (98.44% from 255) = 42.04%
R=29.31%
G=28.64%
B=42.04%

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
Decimal1751712510.300.3200.0224390.9182.75
HexAFABFB1E2002f35b53
Octal257253373364002363133123
Binary101011111010101111111011111101000000101111001110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFABFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFABFB; }

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

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

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

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

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

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

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

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