#ACABF4

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

Shades of Perano #ACABF4

Tints of Perano #ACABF4

Color information

#ACABF4 (or 0xACABF4) is unknown color: approx Perano. HEX triplet: AC, AB and F4. RGB value is (172,171,244). Sum of RGB (Red+Green+Blue) = 172+171+244=587 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.30% from 587); Green value is 171 (67.19% from 255 or 29.13% from 587); Blue value is 244 (95.70% from 255 or 41.57% from 587); Max value from RGB is 244 - color contains mainly: blue. Hex color #ACABF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACABF4 is #53540B. Grayscale: #B3B3B3. Windows color (decimal): -5461004 or 16034732. OLE color: 16034732.

HSL color Cylindrical-coordinate representation of color #ACABF4: hue angle of 240.82º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACABF4 is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB172171244-
CMYK0.300.3000.04
HSL240.82º76.84%81.37%-
HSV(B)240.82º29.92%95.69%-
XYZ47.9144.4391.64-
YUV179.62164.33122.56-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.30%
GREEN value IS 171 (67.19% from 255) = 29.13%
BLUE value IS 244 (95.70% from 255) = 41.57%
R=29.30%
G=29.13%
B=41.57%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1721712440.300.3000.04240.8276.8481.37
HexACABF41E1E04f14d51
Octal254253364363604361115121
Binary101011001010101111110100111101111001001111000110011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACABF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACABF4; }

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

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

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

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

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

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

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

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