#ACABE4

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

Shades of Perano #ACABE4

Tints of Perano #ACABE4

Color information

#ACABE4 (or 0xACABE4) is unknown color: approx Perano. HEX triplet: AC, AB and E4. RGB value is (172,171,228). Sum of RGB (Red+Green+Blue) = 172+171+228=571 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.12% from 571); Green value is 171 (67.19% from 255 or 29.95% from 571); Blue value is 228 (89.45% from 255 or 39.93% from 571); Max value from RGB is 228 - color contains mainly: blue. Hex color #ACABE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACABE4 is #53541B. Grayscale: #B1B1B1. Windows color (decimal): -5461020 or 14986156. OLE color: 14986156.

HSL color Cylindrical-coordinate representation of color #ACABE4: hue angle of 241.05º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACABE4 is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB172171228-
CMYK0.250.2500.11
HSL241.05º51.35%78.24%-
HSV(B)241.05º25%89.41%-
XYZ45.5843.579.39-
YUV177.8156.33123.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.12%
GREEN value IS 171 (67.19% from 255) = 29.95%
BLUE value IS 228 (89.45% from 255) = 39.93%
R=30.12%
G=29.95%
B=39.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1721712280.250.2500.11241.0551.3578.24
HexACABE419190Bf1334e
Octal254253344313101336163116
Binary101011001010101111100100110011100101011111100011100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACABE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACABE4; }

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

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

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

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

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

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

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

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