#A7ACE0

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

Shades of Perano #A7ACE0

Tints of Perano #A7ACE0

Color information

#A7ACE0 (or 0xA7ACE0) is unknown color: approx Perano. HEX triplet: A7, AC and E0. RGB value is (167,172,224). Sum of RGB (Red+Green+Blue) = 167+172+224=563 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.66% from 563); Green value is 172 (67.58% from 255 or 30.55% from 563); Blue value is 224 (87.89% from 255 or 39.79% from 563); Max value from RGB is 224 - color contains mainly: blue. Hex color #A7ACE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7ACE0 is #58531F. Grayscale: #B0B0B0. Windows color (decimal): -5788448 or 14724263. OLE color: 14724263.

HSL color Cylindrical-coordinate representation of color #A7ACE0: hue angle of 234.74º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A7ACE0 is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB167172224-
CMYK0.250.2300.12
HSL234.74º47.9%76.67%-
HSV(B)234.74º25.45%87.84%-
XYZ44.1443.176.51-
YUV176.43154.84121.27-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.66%
GREEN value IS 172 (67.58% from 255) = 30.55%
BLUE value IS 224 (87.89% from 255) = 39.79%
R=29.66%
G=30.55%
B=39.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1671722240.250.2300.12234.7447.976.67
HexA7ACE019170Ceb304d
Octal247254340312701435360115
Binary101001111010110011100000110011011101100111010111100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7ACE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7ACE0; }

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

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

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

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

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

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

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

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