#ABACF1

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

Shades of Perano #ABACF1

Tints of Perano #ABACF1

Color information

#ABACF1 (or 0xABACF1) is unknown color: approx Perano. HEX triplet: AB, AC and F1. RGB value is (171,172,241). Sum of RGB (Red+Green+Blue) = 171+172+241=584 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.28% from 584); Green value is 172 (67.58% from 255 or 29.45% from 584); Blue value is 241 (94.53% from 255 or 41.27% from 584); Max value from RGB is 241 - color contains mainly: blue. Hex color #ABACF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABACF1 is #54530E. Grayscale: #B3B3B3. Windows color (decimal): -5526287 or 15838379. OLE color: 15838379.

HSL color Cylindrical-coordinate representation of color #ABACF1: hue angle of 239.14º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABACF1 is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB171172241-
CMYK0.290.2900.05
HSL239.14º71.43%80.78%-
HSV(B)239.14º29.05%94.51%-
XYZ47.4244.5189.31-
YUV179.57162.67121.89-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.28%
GREEN value IS 172 (67.58% from 255) = 29.45%
BLUE value IS 241 (94.53% from 255) = 41.27%
R=29.28%
G=29.45%
B=41.27%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1711722410.290.2900.05239.1471.4380.78
HexABACF11D1D05ef4751
Octal253254361353505357107121
Binary101010111010110011110001111011110101011110111110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABACF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABACF1; }

 p { color: rgb(171,172,241); }

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

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

 a { background-color: rgb(171,172,241); }

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

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

 span { border-color: rgb(171,172,241); }

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