#ADA9F1

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

Shades of Perano #ADA9F1

Tints of Perano #ADA9F1

Color information

#ADA9F1 (or 0xADA9F1) is unknown color: approx Perano. HEX triplet: AD, A9 and F1. RGB value is (173,169,241). Sum of RGB (Red+Green+Blue) = 173+169+241=583 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.67% from 583); Green value is 169 (66.41% from 255 or 28.99% from 583); Blue value is 241 (94.53% from 255 or 41.34% from 583); Max value from RGB is 241 - color contains mainly: blue. Hex color #ADA9F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA9F1 is #52560E. Grayscale: #B2B2B2. Windows color (decimal): -5395983 or 15837613. OLE color: 15837613.

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

Color convert

RGB173169241-
CMYK0.280.3000.05
HSL243.33º72%80.39%-
HSV(B)243.33º29.88%94.51%-
XYZ47.343.6189.14-
YUV178.4163.33124.15-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.67%
GREEN value IS 169 (66.41% from 255) = 28.99%
BLUE value IS 241 (94.53% from 255) = 41.34%
R=29.67%
G=28.99%
B=41.34%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1731692410.280.3000.05243.337280.39
HexADA9F11C1E05f34850
Octal255251361343605363110120
Binary101011011010100111110001111001111001011111001110010001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA9F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA9F1; }

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

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

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

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

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

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

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

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