#ADAAF7

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

Shades of Perano #ADAAF7

Tints of Perano #ADAAF7

Color information

#ADAAF7 (or 0xADAAF7) is unknown color: approx Perano. HEX triplet: AD, AA and F7. RGB value is (173,170,247). Sum of RGB (Red+Green+Blue) = 173+170+247=590 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.32% from 590); Green value is 170 (66.80% from 255 or 28.81% from 590); Blue value is 247 (96.88% from 255 or 41.86% from 590); Max value from RGB is 247 - color contains mainly: blue. Hex color #ADAAF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADAAF7 is #525508. Grayscale: #B3B3B3. Windows color (decimal): -5395721 or 16231085. OLE color: 16231085.

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

Color convert

RGB173170247-
CMYK0.300.3100.03
HSL242.34º82.8%81.76%-
HSV(B)242.34º31.17%96.86%-
XYZ48.444.3594.01-
YUV179.68165.99123.24-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.32%
GREEN value IS 170 (66.80% from 255) = 28.81%
BLUE value IS 247 (96.88% from 255) = 41.86%
R=29.32%
G=28.81%
B=41.86%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1731702470.300.3100.03242.3482.881.76
HexADAAF71E1F03f25352
Octal255252367363703362123122
Binary10101101101010101111011111110111110111111001010100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAAF7; }

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

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

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

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

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

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

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

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