#A7AADF

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

Shades of Perano #A7AADF

Tints of Perano #A7AADF

Color information

#A7AADF (or 0xA7AADF) is unknown color: approx Perano. HEX triplet: A7, AA and DF. RGB value is (167,170,223). Sum of RGB (Red+Green+Blue) = 167+170+223=560 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.82% from 560); Green value is 170 (66.80% from 255 or 30.36% from 560); Blue value is 223 (87.5% from 255 or 39.82% from 560); Max value from RGB is 223 - color contains mainly: blue. Hex color #A7AADF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7AADF is #585520. Grayscale: #AEAEAE. Windows color (decimal): -5788961 or 14658215. OLE color: 14658215.

HSL color Cylindrical-coordinate representation of color #A7AADF: hue angle of 236.79º degrees, saturation: 0.47, 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 #A7AADF is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB167170223-
CMYK0.250.2400.13
HSL236.79º46.67%76.47%-
HSV(B)236.79º25.11%87.45%-
XYZ43.6342.2975.68-
YUV175.14155.01122.19-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.82%
GREEN value IS 170 (66.80% from 255) = 30.36%
BLUE value IS 223 (87.5% from 255) = 39.82%
R=29.82%
G=30.36%
B=39.82%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1671702230.250.2400.13236.7946.6776.47
HexA7AADF19180Ded2f4c
Octal247252337313001535557114
Binary101001111010101011011111110011100001101111011011011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AADF; }

 p { color: rgb(167,170,223); }

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

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

 a { background-color: rgb(167,170,223); }

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

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

 span { border-color: rgb(167,170,223); }

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