#ADA9F8

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

Shades of Perano #ADA9F8

Tints of Perano #ADA9F8

Color information

#ADA9F8 (or 0xADA9F8) is unknown color: approx Perano. HEX triplet: AD, A9 and F8. RGB value is (173,169,248). Sum of RGB (Red+Green+Blue) = 173+169+248=590 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.32% from 590); Green value is 169 (66.41% from 255 or 28.64% from 590); Blue value is 248 (97.27% from 255 or 42.03% from 590); Max value from RGB is 248 - color contains mainly: blue. Hex color #ADA9F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA9F8 is #525607. Grayscale: #B2B2B2. Windows color (decimal): -5395976 or 16296365. OLE color: 16296365.

HSL color Cylindrical-coordinate representation of color #ADA9F8: hue angle of 243.04º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADA9F8 is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB173169248-
CMYK0.300.3200.03
HSL243.04º84.95%81.76%-
HSV(B)243.04º31.85%97.25%-
XYZ48.3644.0494.76-
YUV179.2166.83123.58-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.32%
GREEN value IS 169 (66.41% from 255) = 28.64%
BLUE value IS 248 (97.27% from 255) = 42.03%
R=29.32%
G=28.64%
B=42.03%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1731692480.300.3200.03243.0484.9581.76
HexADA9F81E2003f35552
Octal255251370364003363125122
Binary101011011010100111111000111101000000111111001110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA9F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA9F8; }

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

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

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

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

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

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

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

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