#ADAAF6

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

Shades of Perano #ADAAF6

Tints of Perano #ADAAF6

Color information

#ADAAF6 (or 0xADAAF6) is unknown color: approx Perano. HEX triplet: AD, AA and F6. RGB value is (173,170,246). Sum of RGB (Red+Green+Blue) = 173+170+246=589 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.37% from 589); Green value is 170 (66.80% from 255 or 28.86% from 589); Blue value is 246 (96.48% from 255 or 41.77% from 589); Max value from RGB is 246 - color contains mainly: blue. Hex color #ADAAF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADAAF6 is #525509. Grayscale: #B3B3B3. Windows color (decimal): -5395722 or 16165549. OLE color: 16165549.

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

Color convert

RGB173170246-
CMYK0.300.3100.04
HSL242.37º80.85%81.57%-
HSV(B)242.37º30.89%96.47%-
XYZ48.2444.2993.19-
YUV179.56165.49123.32-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.37%
GREEN value IS 170 (66.80% from 255) = 28.86%
BLUE value IS 246 (96.48% from 255) = 41.77%
R=29.37%
G=28.86%
B=41.77%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1731702460.300.3100.04242.3780.8581.57
HexADAAF61E1F04f25152
Octal255252366363704362121122
Binary101011011010101011110110111101111101001111001010100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAAF6; }

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

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

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

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

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

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

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

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