#ADAAF9

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

Shades of Perano #ADAAF9

Tints of Perano #ADAAF9

Color information

#ADAAF9 (or 0xADAAF9) is unknown color: approx Perano. HEX triplet: AD, AA and F9. RGB value is (173,170,249). Sum of RGB (Red+Green+Blue) = 173+170+249=592 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.22% from 592); Green value is 170 (66.80% from 255 or 28.72% from 592); Blue value is 249 (97.66% from 255 or 42.06% from 592); Max value from RGB is 249 - color contains mainly: blue. Hex color #ADAAF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADAAF9 is #525506. Grayscale: #B3B3B3. Windows color (decimal): -5395719 or 16362157. OLE color: 16362157.

HSL color Cylindrical-coordinate representation of color #ADAAF9: hue angle of 242.28º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADAAF9 is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB173170249-
CMYK0.310.3200.02
HSL242.28º86.81%82.16%-
HSV(B)242.28º31.73%97.65%-
XYZ48.7144.4795.64-
YUV179.9166.99123.08-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.22%
GREEN value IS 170 (66.80% from 255) = 28.72%
BLUE value IS 249 (97.66% from 255) = 42.06%
R=29.22%
G=28.72%
B=42.06%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1731702490.310.3200.02242.2886.8182.16
HexADAAF91F2002f25752
Octal255252371374002362127122
Binary101011011010101011111001111111000000101111001010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAAF9; }

 p { color: rgb(173,170,249); }

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

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

 a { background-color: rgb(173,170,249); }

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

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

 span { border-color: rgb(173,170,249); }

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