#ACA8EB

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

Shades of Perano #ACA8EB

Tints of Perano #ACA8EB

Color information

#ACA8EB (or 0xACA8EB) is unknown color: approx Perano. HEX triplet: AC, A8 and EB. RGB value is (172,168,235). Sum of RGB (Red+Green+Blue) = 172+168+235=575 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.91% from 575); Green value is 168 (66.02% from 255 or 29.22% from 575); Blue value is 235 (92.19% from 255 or 40.87% from 575); Max value from RGB is 235 - color contains mainly: blue. Hex color #ACA8EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACA8EB is #535714. Grayscale: #B0B0B0. Windows color (decimal): -5461781 or 15444140. OLE color: 15444140.

HSL color Cylindrical-coordinate representation of color #ACA8EB: hue angle of 243.58º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACA8EB is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB172168235-
CMYK0.270.2900.08
HSL243.58º62.62%79.02%-
HSV(B)243.58º28.51%92.16%-
XYZ46.0142.7784.43-
YUV176.83160.83124.55-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.91%
GREEN value IS 168 (66.02% from 255) = 29.22%
BLUE value IS 235 (92.19% from 255) = 40.87%
R=29.91%
G=29.22%
B=40.87%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1721682350.270.2900.08243.5862.6279.02
HexACA8EB1B1D08f43f4f
Octal254250353333501036477117
Binary101011001010100011101011110111110101000111101001111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA8EB; }

 p { color: rgb(172,168,235); }

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

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

 a { background-color: rgb(172,168,235); }

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

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

 span { border-color: rgb(172,168,235); }

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