#ACABE6

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

Shades of Perano #ACABE6

Tints of Perano #ACABE6

Color information

#ACABE6 (or 0xACABE6) is unknown color: approx Perano. HEX triplet: AC, AB and E6. RGB value is (172,171,230). Sum of RGB (Red+Green+Blue) = 172+171+230=573 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.02% from 573); Green value is 171 (67.19% from 255 or 29.84% from 573); Blue value is 230 (90.23% from 255 or 40.14% from 573); Max value from RGB is 230 - color contains mainly: blue. Hex color #ACABE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACABE6 is #535419. Grayscale: #B1B1B1. Windows color (decimal): -5461018 or 15117228. OLE color: 15117228.

HSL color Cylindrical-coordinate representation of color #ACABE6: hue angle of 241.02º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACABE6 is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB172171230-
CMYK0.250.2600.10
HSL241.02º54.13%78.63%-
HSV(B)241.02º25.65%90.2%-
XYZ45.8643.6180.86-
YUV178.02157.33123.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.02%
GREEN value IS 171 (67.19% from 255) = 29.84%
BLUE value IS 230 (90.23% from 255) = 40.14%
R=30.02%
G=29.84%
B=40.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1721712300.250.2600.10241.0254.1378.63
HexACABE6191A0Af1364f
Octal254253346313201236166117
Binary101011001010101111100110110011101001010111100011101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACABE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACABE6; }

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

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

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

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

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

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

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

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