#ADA7EE

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

Shades of Perano #ADA7EE

Tints of Perano #ADA7EE

Color information

#ADA7EE (or 0xADA7EE) is unknown color: approx Perano. HEX triplet: AD, A7 and EE. RGB value is (173,167,238). Sum of RGB (Red+Green+Blue) = 173+167+238=578 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.93% from 578); Green value is 167 (65.62% from 255 or 28.89% from 578); Blue value is 238 (93.36% from 255 or 41.18% from 578); Max value from RGB is 238 - color contains mainly: blue. Hex color #ADA7EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA7EE is #525811. Grayscale: #B0B0B0. Windows color (decimal): -5396498 or 15640493. OLE color: 15640493.

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

Color convert

RGB173167238-
CMYK0.270.3000.07
HSL245.07º67.62%79.41%-
HSV(B)245.07º29.83%93.33%-
XYZ46.4842.6986.68-
YUV176.89162.49125.23-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.93%
GREEN value IS 167 (65.62% from 255) = 28.89%
BLUE value IS 238 (93.36% from 255) = 41.18%
R=29.93%
G=28.89%
B=41.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1731672380.270.3000.07245.0767.6279.41
HexADA7EE1B1E07f5444f
Octal255247356333607365104117
Binary101011011010011111101110110111111001111111010110001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA7EE; }

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

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

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

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

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

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

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

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