#ADAAF4

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

Shades of Perano #ADAAF4

Tints of Perano #ADAAF4

Color information

#ADAAF4 (or 0xADAAF4) is unknown color: approx Perano. HEX triplet: AD, AA and F4. RGB value is (173,170,244). Sum of RGB (Red+Green+Blue) = 173+170+244=587 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.47% from 587); Green value is 170 (66.80% from 255 or 28.96% from 587); Blue value is 244 (95.70% from 255 or 41.57% from 587); Max value from RGB is 244 - color contains mainly: blue. Hex color #ADAAF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADAAF4 is #52550B. Grayscale: #B3B3B3. Windows color (decimal): -5395724 or 16034477. OLE color: 16034477.

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

Color convert

RGB173170244-
CMYK0.290.3000.04
HSL242.43º77.08%81.18%-
HSV(B)242.43º30.33%95.69%-
XYZ47.9444.1791.59-
YUV179.33164.49123.48-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.47%
GREEN value IS 170 (66.80% from 255) = 28.96%
BLUE value IS 244 (95.70% from 255) = 41.57%
R=29.47%
G=28.96%
B=41.57%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1731702440.290.3000.04242.4377.0881.18
HexADAAF41D1E04f24d51
Octal255252364353604362115121
Binary101011011010101011110100111011111001001111001010011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAAF4; }

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

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

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

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

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

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

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

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