#AFB1FA

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

Shades of Perano #AFB1FA

Tints of Perano #AFB1FA

Color information

#AFB1FA (or 0xAFB1FA) is unknown color: approx Perano. HEX triplet: AF, B1 and FA. RGB value is (175,177,250). Sum of RGB (Red+Green+Blue) = 175+177+250=602 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.07% from 602); Green value is 177 (69.53% from 255 or 29.40% from 602); Blue value is 250 (98.05% from 255 or 41.53% from 602); Max value from RGB is 250 - color contains mainly: blue. Hex color #AFB1FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFB1FA is #504E05. Grayscale: #B8B8B8. Windows color (decimal): -5262854 or 16429487. OLE color: 16429487.

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

Color convert

RGB175177250-
CMYK0.30.2900.02
HSL238.4º88.24%83.33%-
HSV(B)238.4º30%98.04%-
XYZ50.6647.4696.93-
YUV184.72164.84121.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.07%
GREEN value IS 177 (69.53% from 255) = 29.40%
BLUE value IS 250 (98.05% from 255) = 41.53%
R=29.07%
G=29.40%
B=41.53%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1751772500.30.2900.02238.488.2483.33
HexAFB1FA1E1D02ee5853
Octal257261372363502356130123
Binary10101111101100011111101011110111010101110111010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB1FA; }

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

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

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

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

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

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

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

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