#ACA7EB

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

Shades of Perano #ACA7EB

Tints of Perano #ACA7EB

Color information

#ACA7EB (or 0xACA7EB) is unknown color: approx Perano. HEX triplet: AC, A7 and EB. RGB value is (172,167,235). Sum of RGB (Red+Green+Blue) = 172+167+235=574 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.97% from 574); Green value is 167 (65.62% from 255 or 29.09% from 574); Blue value is 235 (92.19% from 255 or 40.94% from 574); Max value from RGB is 235 - color contains mainly: blue. Hex color #ACA7EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACA7EB is #535814. Grayscale: #AFAFAF. Windows color (decimal): -5462037 or 15443884. OLE color: 15443884.

HSL color Cylindrical-coordinate representation of color #ACA7EB: hue angle of 244.41º 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 #ACA7EB is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB172167235-
CMYK0.270.2900.08
HSL244.41º62.96%78.82%-
HSV(B)244.41º28.94%92.16%-
XYZ45.8342.4184.37-
YUV176.25161.16124.97-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.97%
GREEN value IS 167 (65.62% from 255) = 29.09%
BLUE value IS 235 (92.19% from 255) = 40.94%
R=29.97%
G=29.09%
B=40.94%

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
Decimal1721672350.270.2900.08244.4162.9678.82
HexACA7EB1B1D08f43f4f
Octal254247353333501036477117
Binary101011001010011111101011110111110101000111101001111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA7EB; }

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

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

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

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

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

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

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

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