#AFB0FD

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

Shades of Perano #AFB0FD

Tints of Perano #AFB0FD

Color information

#AFB0FD (or 0xAFB0FD) is unknown color: approx Perano. HEX triplet: AF, B0 and FD. RGB value is (175,176,253). Sum of RGB (Red+Green+Blue) = 175+176+253=604 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.97% from 604); Green value is 176 (69.14% from 255 or 29.14% from 604); Blue value is 253 (99.22% from 255 or 41.89% from 604); Max value from RGB is 253 - color contains mainly: blue. Hex color #AFB0FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFB0FD is #504F02. Grayscale: #B8B8B8. Windows color (decimal): -5263107 or 16625839. OLE color: 16625839.

HSL color Cylindrical-coordinate representation of color #AFB0FD: hue angle of 239.23º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFB0FD is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB175176253-
CMYK0.310.3000.01
HSL239.23º95.12%83.92%-
HSV(B)239.23º30.83%99.22%-
XYZ50.9347.2699.37-
YUV184.48166.67121.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.97%
GREEN value IS 176 (69.14% from 255) = 29.14%
BLUE value IS 253 (99.22% from 255) = 41.89%
R=28.97%
G=29.14%
B=41.89%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1751762530.310.3000.01239.2395.1283.92
HexAFB0FD1F1E01ef5f54
Octal257260375373601357137124
Binary1010111110110000111111011111111110011110111110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB0FD; }

 p { color: rgb(175,176,253); }

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

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

 a { background-color: rgb(175,176,253); }

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

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

 span { border-color: rgb(175,176,253); }

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