#A7ACE8

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

Shades of Perano #A7ACE8

Tints of Perano #A7ACE8

Color information

#A7ACE8 (or 0xA7ACE8) is unknown color: approx Perano. HEX triplet: A7, AC and E8. RGB value is (167,172,232). Sum of RGB (Red+Green+Blue) = 167+172+232=571 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.25% from 571); Green value is 172 (67.58% from 255 or 30.12% from 571); Blue value is 232 (91.02% from 255 or 40.63% from 571); Max value from RGB is 232 - color contains mainly: blue. Hex color #A7ACE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A7ACE8 is #585317. Grayscale: #B1B1B1. Windows color (decimal): -5788440 or 15248551. OLE color: 15248551.

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

Color convert

RGB167172232-
CMYK0.280.2600.09
HSL235.38º58.56%78.24%-
HSV(B)235.38º28.02%90.98%-
XYZ45.2543.5582.36-
YUV177.34158.84120.62-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.25%
GREEN value IS 172 (67.58% from 255) = 30.12%
BLUE value IS 232 (91.02% from 255) = 40.63%
R=29.25%
G=30.12%
B=40.63%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1671722320.280.2600.09235.3858.5678.24
HexA7ACE81C1A09eb3b4e
Octal247254350343201135373116
Binary101001111010110011101000111001101001001111010111110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7ACE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7ACE8; }

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

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

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

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

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

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

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

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