#A7ACDE

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

Shades of Perano #A7ACDE

Tints of Perano #A7ACDE

Color information

#A7ACDE (or 0xA7ACDE) is unknown color: approx Perano. HEX triplet: A7, AC and DE. RGB value is (167,172,222). Sum of RGB (Red+Green+Blue) = 167+172+222=561 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.77% from 561); Green value is 172 (67.58% from 255 or 30.66% from 561); Blue value is 222 (87.11% from 255 or 39.57% from 561); Max value from RGB is 222 - color contains mainly: blue. Hex color #A7ACDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7ACDE is #585321. Grayscale: #B0B0B0. Windows color (decimal): -5788450 or 14593191. OLE color: 14593191.

HSL color Cylindrical-coordinate representation of color #A7ACDE: hue angle of 234.55º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A7ACDE is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB167172222-
CMYK0.250.2300.13
HSL234.55º45.45%76.27%-
HSV(B)234.55º24.77%87.06%-
XYZ43.8742.9975.09-
YUV176.2153.84121.43-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.77%
GREEN value IS 172 (67.58% from 255) = 30.66%
BLUE value IS 222 (87.11% from 255) = 39.57%
R=29.77%
G=30.66%
B=39.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1671722220.250.2300.13234.5545.4576.27
HexA7ACDE19170Deb2d4c
Octal247254336312701535355114
Binary101001111010110011011110110011011101101111010111011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7ACDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7ACDE; }

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

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

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

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

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

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

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

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