#ADAAF0

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

Shades of Perano #ADAAF0

Tints of Perano #ADAAF0

Color information

#ADAAF0 (or 0xADAAF0) is unknown color: approx Perano. HEX triplet: AD, AA and F0. RGB value is (173,170,240). Sum of RGB (Red+Green+Blue) = 173+170+240=583 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.67% from 583); Green value is 170 (66.80% from 255 or 29.16% from 583); Blue value is 240 (94.14% from 255 or 41.17% from 583); Max value from RGB is 240 - color contains mainly: blue. Hex color #ADAAF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADAAF0 is #52550F. Grayscale: #B2B2B2. Windows color (decimal): -5395728 or 15772333. OLE color: 15772333.

HSL color Cylindrical-coordinate representation of color #ADAAF0: hue angle of 242.57º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADAAF0 is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB173170240-
CMYK0.280.2900.06
HSL242.57º70%80.39%-
HSV(B)242.57º29.17%94.12%-
XYZ47.3443.9288.42-
YUV178.88162.49123.81-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.67%
GREEN value IS 170 (66.80% from 255) = 29.16%
BLUE value IS 240 (94.14% from 255) = 41.17%
R=29.67%
G=29.16%
B=41.17%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1731702400.280.2900.06242.577080.39
HexADAAF01C1D06f34650
Octal255252360343506363106120
Binary101011011010101011110000111001110101101111001110001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAAF0; }

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

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

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

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

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

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

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

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