#AFB1F3

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

Shades of Perano #AFB1F3

Tints of Perano #AFB1F3

Color information

#AFB1F3 (or 0xAFB1F3) is unknown color: approx Perano. HEX triplet: AF, B1 and F3. RGB value is (175,177,243). Sum of RGB (Red+Green+Blue) = 175+177+243=595 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.41% from 595); Green value is 177 (69.53% from 255 or 29.75% from 595); Blue value is 243 (95.31% from 255 or 40.84% from 595); Max value from RGB is 243 - color contains mainly: blue. Hex color #AFB1F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFB1F3 is #504E0C. Grayscale: #B7B7B7. Windows color (decimal): -5262861 or 15970735. OLE color: 15970735.

HSL color Cylindrical-coordinate representation of color #AFB1F3: hue angle of 238.24º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFB1F3 is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB175177243-
CMYK0.280.2700.05
HSL238.24º73.91%81.96%-
HSV(B)238.24º27.98%95.29%-
XYZ49.5847.0391.26-
YUV183.93161.34121.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.41%
GREEN value IS 177 (69.53% from 255) = 29.75%
BLUE value IS 243 (95.31% from 255) = 40.84%
R=29.41%
G=29.75%
B=40.84%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1751772430.280.2700.05238.2473.9181.96
HexAFB1F31C1B05ee4a52
Octal257261363343305356112122
Binary101011111011000111110011111001101101011110111010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB1F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB1F3; }

 p { color: rgb(175,177,243); }

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

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

 a { background-color: rgb(175,177,243); }

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

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

 span { border-color: rgb(175,177,243); }

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