#A7ACDD

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

Shades of Perano #A7ACDD

Tints of Perano #A7ACDD

Color information

#A7ACDD (or 0xA7ACDD) is unknown color: approx Perano. HEX triplet: A7, AC and DD. RGB value is (167,172,221). Sum of RGB (Red+Green+Blue) = 167+172+221=560 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.82% from 560); Green value is 172 (67.58% from 255 or 30.71% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 221 - color contains mainly: blue. Hex color #A7ACDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7ACDD is #585322. Grayscale: #AFAFAF. Windows color (decimal): -5788451 or 14527655. OLE color: 14527655.

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

Color convert

RGB167172221-
CMYK0.240.2200.13
HSL234.44º44.26%76.08%-
HSV(B)234.44º24.43%86.67%-
XYZ43.7442.9474.39-
YUV176.09153.34121.52-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.82%
GREEN value IS 172 (67.58% from 255) = 30.71%
BLUE value IS 221 (86.72% from 255) = 39.46%
R=29.82%
G=30.71%
B=39.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1671722210.240.2200.13234.4444.2676.08
HexA7ACDD18160Dea2c4c
Octal247254335302601535254114
Binary101001111010110011011101110001011001101111010101011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7ACDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7ACDD; }

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

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

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

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

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

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

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

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