#ADA9ED

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

Shades of Perano #ADA9ED

Tints of Perano #ADA9ED

Color information

#ADA9ED (or 0xADA9ED) is unknown color: approx Perano. HEX triplet: AD, A9 and ED. RGB value is (173,169,237). Sum of RGB (Red+Green+Blue) = 173+169+237=579 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.88% from 579); Green value is 169 (66.41% from 255 or 29.19% from 579); Blue value is 237 (92.97% from 255 or 40.93% from 579); Max value from RGB is 237 - color contains mainly: blue. Hex color #ADA9ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA9ED is #525612. Grayscale: #B1B1B1. Windows color (decimal): -5395987 or 15575469. OLE color: 15575469.

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

Color convert

RGB173169237-
CMYK0.270.2900.07
HSL243.53º65.38%79.61%-
HSV(B)243.53º28.69%92.94%-
XYZ46.7143.3786.03-
YUV177.95161.33124.47-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.88%
GREEN value IS 169 (66.41% from 255) = 29.19%
BLUE value IS 237 (92.97% from 255) = 40.93%
R=29.88%
G=29.19%
B=40.93%

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
Decimal1731692370.270.2900.07243.5365.3879.61
HexADA9ED1B1D07f44150
Octal255251355333507364101120
Binary101011011010100111101101110111110101111111010010000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA9ED; }

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

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

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

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

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

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

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

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