#ABAFF7

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

Shades of Perano #ABAFF7

Tints of Perano #ABAFF7

Color information

#ABAFF7 (or 0xABAFF7) is unknown color: approx Perano. HEX triplet: AB, AF and F7. RGB value is (171,175,247). Sum of RGB (Red+Green+Blue) = 171+175+247=593 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.84% from 593); Green value is 175 (68.75% from 255 or 29.51% from 593); Blue value is 247 (96.88% from 255 or 41.65% from 593); Max value from RGB is 247 - color contains mainly: blue. Hex color #ABAFF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABAFF7 is #545008. Grayscale: #B5B5B5. Windows color (decimal): -5525513 or 16232363. OLE color: 16232363.

HSL color Cylindrical-coordinate representation of color #ABAFF7: hue angle of 236.84º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ABAFF7 is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB171175247-
CMYK0.310.2900.03
HSL236.84º82.61%81.96%-
HSV(B)236.84º30.77%96.86%-
XYZ48.9146.0394.3-
YUV182.01164.67120.15-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.84%
GREEN value IS 175 (68.75% from 255) = 29.51%
BLUE value IS 247 (96.88% from 255) = 41.65%
R=28.84%
G=29.51%
B=41.65%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1711752470.310.2900.03236.8482.6181.96
HexABAFF71F1D03ed5352
Octal253257367373503355123122
Binary10101011101011111111011111111111010111110110110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAFF7; }

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

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

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

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

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

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

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

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