#ADA7EC

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

Shades of Perano #ADA7EC

Tints of Perano #ADA7EC

Color information

#ADA7EC (or 0xADA7EC) is unknown color: approx Perano. HEX triplet: AD, A7 and EC. RGB value is (173,167,236). Sum of RGB (Red+Green+Blue) = 173+167+236=576 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.03% from 576); Green value is 167 (65.62% from 255 or 28.99% from 576); Blue value is 236 (92.58% from 255 or 40.97% from 576); Max value from RGB is 236 - color contains mainly: blue. Hex color #ADA7EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA7EC is #525813. Grayscale: #B0B0B0. Windows color (decimal): -5396500 or 15509421. OLE color: 15509421.

HSL color Cylindrical-coordinate representation of color #ADA7EC: hue angle of 245.22º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADA7EC is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB173167236-
CMYK0.270.2900.07
HSL245.22º64.49%79.02%-
HSV(B)245.22º29.24%92.55%-
XYZ46.1942.5885.14-
YUV176.66161.49125.39-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.03%
GREEN value IS 167 (65.62% from 255) = 28.99%
BLUE value IS 236 (92.58% from 255) = 40.97%
R=30.03%
G=28.99%
B=40.97%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1731672360.270.2900.07245.2264.4979.02
HexADA7EC1B1D07f5404f
Octal255247354333507365100117
Binary101011011010011111101100110111110101111111010110000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA7EC; }

 p { color: rgb(173,167,236); }

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

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

 a { background-color: rgb(173,167,236); }

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

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

 span { border-color: rgb(173,167,236); }

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