#ACABE7

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

Shades of Perano #ACABE7

Tints of Perano #ACABE7

Color information

#ACABE7 (or 0xACABE7) is unknown color: approx Perano. HEX triplet: AC, AB and E7. RGB value is (172,171,231). Sum of RGB (Red+Green+Blue) = 172+171+231=574 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.97% from 574); Green value is 171 (67.19% from 255 or 29.79% from 574); Blue value is 231 (90.62% from 255 or 40.24% from 574); Max value from RGB is 231 - color contains mainly: blue. Hex color #ACABE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACABE7 is #535418. Grayscale: #B1B1B1. Windows color (decimal): -5461017 or 15182764. OLE color: 15182764.

HSL color Cylindrical-coordinate representation of color #ACABE7: hue angle of 241º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACABE7 is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB172171231-
CMYK0.260.2600.09
HSL241º55.56%78.82%-
HSV(B)241º25.97%90.59%-
XYZ4643.6781.61-
YUV178.14157.83123.62-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.97%
GREEN value IS 171 (67.19% from 255) = 29.79%
BLUE value IS 231 (90.62% from 255) = 40.24%
R=29.97%
G=29.79%
B=40.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1721712310.260.2600.0924155.5678.82
HexACABE71A1A09f1384f
Octal254253347323201136170117
Binary101011001010101111100111110101101001001111100011110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACABE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACABE7; }

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

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

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

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

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

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

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

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