#ADAAF1

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

Shades of Perano #ADAAF1

Tints of Perano #ADAAF1

Color information

#ADAAF1 (or 0xADAAF1) is unknown color: approx Perano. HEX triplet: AD, AA and F1. RGB value is (173,170,241). Sum of RGB (Red+Green+Blue) = 173+170+241=584 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.62% from 584); Green value is 170 (66.80% from 255 or 29.11% from 584); Blue value is 241 (94.53% from 255 or 41.27% from 584); Max value from RGB is 241 - color contains mainly: blue. Hex color #ADAAF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADAAF1 is #52550E. Grayscale: #B2B2B2. Windows color (decimal): -5395727 or 15837869. OLE color: 15837869.

HSL color Cylindrical-coordinate representation of color #ADAAF1: hue angle of 242.54º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADAAF1 is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB173170241-
CMYK0.280.2900.05
HSL242.54º71.72%80.59%-
HSV(B)242.54º29.46%94.51%-
XYZ47.4943.9889.21-
YUV178.99162.99123.73-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.62%
GREEN value IS 170 (66.80% from 255) = 29.11%
BLUE value IS 241 (94.53% from 255) = 41.27%
R=29.62%
G=29.11%
B=41.27%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1731702410.280.2900.05242.5471.7280.59
HexADAAF11C1D05f34851
Octal255252361343505363110121
Binary101011011010101011110001111001110101011111001110010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAAF1; }

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

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

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

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

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

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

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

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