#ADA9F5

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

Shades of Perano #ADA9F5

Tints of Perano #ADA9F5

Color information

#ADA9F5 (or 0xADA9F5) is unknown color: approx Perano. HEX triplet: AD, A9 and F5. RGB value is (173,169,245). Sum of RGB (Red+Green+Blue) = 173+169+245=587 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.47% from 587); Green value is 169 (66.41% from 255 or 28.79% from 587); Blue value is 245 (96.09% from 255 or 41.74% from 587); Max value from RGB is 245 - color contains mainly: blue. Hex color #ADA9F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA9F5 is #52560A. Grayscale: #B2B2B2. Windows color (decimal): -5395979 or 16099757. OLE color: 16099757.

HSL color Cylindrical-coordinate representation of color #ADA9F5: hue angle of 243.16º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADA9F5 is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB173169245-
CMYK0.290.3100.04
HSL243.16º79.17%81.18%-
HSV(B)243.16º31.02%96.08%-
XYZ47.943.8592.33-
YUV178.86165.33123.82-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.47%
GREEN value IS 169 (66.41% from 255) = 28.79%
BLUE value IS 245 (96.09% from 255) = 41.74%
R=29.47%
G=28.79%
B=41.74%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1731692450.290.3100.04243.1679.1781.18
HexADA9F51D1F04f34f51
Octal255251365353704363117121
Binary101011011010100111110101111011111101001111001110011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA9F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA9F5; }

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

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

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

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

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

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

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

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