Html Css Color HEX #ADAAF8 Perano

📋 copy color: '#ADAAF8'

red 173 ◦ green 170 ◦ blue 248

#ADAAF8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Perano #ADAAF8

Tints of Perano #ADAAF8

RGB

 RED value IS 173 (67.97% from 255) = 29.27%

 GREEN value IS 170 (66.8% 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 value IS 0.30

 M value IS 0.31

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#ADAAF8 (or 0xADAAF8) is known color: 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

RGB 173 170 248 -
CMYK 0.30 0.31 0 0.03
HSL 242.31º 0.85% 0.82% -
HSV(B) 242.31º 0.31% 0.97% -
XYZ 48.55 44.41 94.82 -
YUV 179.79 166.49 123.16 -
System Red Green Blue C M Y K H S L
Decimal 173 170 248 0.30 0.31 0 0.03 242.31 0.85 0.82
Hex AD AA F8 1E 1F 0 3 F2 55 52
Octal 255 252 370 36 37 0 3 362 125 122
Binary 10101101 10101010 11111000 11110 11111 0 11 11110010 1010101 1010010

Color Harmonies of #ADAAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAAF8

Black with #ADAAF8

Text Example


Text Example

White with #ADAAF8

Text Example


Text Example

HTML Codes & Css Web 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>