#ADA9EA

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

Shades of Perano #ADA9EA

Tints of Perano #ADA9EA

Color information

#ADA9EA (or 0xADA9EA) is unknown color: approx Perano. HEX triplet: AD, A9 and EA. RGB value is (173,169,234). Sum of RGB (Red+Green+Blue) = 173+169+234=576 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.03% from 576); Green value is 169 (66.41% from 255 or 29.34% from 576); Blue value is 234 (91.80% from 255 or 40.62% from 576); Max value from RGB is 234 - color contains mainly: blue. Hex color #ADA9EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA9EA is #525615. Grayscale: #B1B1B1. Windows color (decimal): -5395990 or 15378861. OLE color: 15378861.

HSL color Cylindrical-coordinate representation of color #ADA9EA: hue angle of 243.69º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADA9EA is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB173169234-
CMYK0.260.2800.08
HSL243.69º60.75%79.02%-
HSV(B)243.69º27.78%91.76%-
XYZ46.2743.283.74-
YUV177.61159.83124.71-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.03%
GREEN value IS 169 (66.41% from 255) = 29.34%
BLUE value IS 234 (91.80% from 255) = 40.62%
R=30.03%
G=29.34%
B=40.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1731692340.260.2800.08243.6960.7579.02
HexADA9EA1A1C08f43d4f
Octal255251352323401036475117
Binary101011011010100111101010110101110001000111101001111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA9EA; }

 p { color: rgb(173,169,234); }

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

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

 a { background-color: rgb(173,169,234); }

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

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

 span { border-color: rgb(173,169,234); }

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