#ADAAF8

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

Shades of Perano #ADAAF8

Tints of Perano #ADAAF8

Color information

#ADAAF8 (or 0xADAAF8) is unknown color: approx Perano. HEX triplet: AD, AA and F8. RGB value is (173,170,248). Sum of RGB (Red+Green+Blue) = 173+170+248=591 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.27% from 591); Green value is 170 (66.80% from 255 or 28.76% from 591); Blue value is 248 (97.27% from 255 or 41.96% from 591); Max value from RGB is 248 - color contains mainly: blue. Hex color #ADAAF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADAAF8 is #525507. Grayscale: #B3B3B3. Windows color (decimal): -5395720 or 16296621. OLE color: 16296621.

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

Color convert

RGB173170248-
CMYK0.300.3100.03
HSL242.31º84.78%81.96%-
HSV(B)242.31º31.45%97.25%-
XYZ48.5544.4194.82-
YUV179.79166.49123.16-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.27%
GREEN value IS 170 (66.80% from 255) = 28.76%
BLUE value IS 248 (97.27% from 255) = 41.96%
R=29.27%
G=28.76%
B=41.96%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1731702480.300.3100.03242.3184.7881.96
HexADAAF81E1F03f25552
Octal255252370363703362125122
Binary10101101101010101111100011110111110111111001010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAAF8; }

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

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

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

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

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

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

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

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