Html Css Color HEX #ADA7D8 Wistful

📋 copy color: '#ADA7D8'

red 173 ◦ green 167 ◦ blue 216

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

Shades of Wistful #ADA7D8

Tints of Wistful #ADA7D8

RGB

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

 GREEN value IS 167 (65.63% from 255) = 30.04%

 BLUE value IS 216 (84.77% from 255) = 38.85%

R = 31.12%
G = 30.04%
B = 38.85%

CMYK

 C value IS 0.20

 M value IS 0.23

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#ADA7D8 (or 0xADA7D8) is known color: Wistful. HEX triplet: AD, A7 and D8. RGB value is (173,167,216). Sum of RGB (Red+Green+Blue) = 173+167+216=556 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.12% from 556); Green value is 167 (65.62% from 255 or 30.04% from 556); Blue value is 216 (84.77% from 255 or 38.85% from 556); Max value from RGB is 216 - color contains mainly: blue. Hex color #ADA7D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA7D8 is #525827. Grayscale: #AEAEAE. Windows color (decimal): -5396520 or 14198701. OLE color: 14198701.

HSL color Cylindrical-coordinate representation of color #ADA7D8: hue angle of 247.35º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADA7D8 is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 167 216 -
CMYK 0.20 0.23 0 0.15
HSL 247.35º 0.39% 0.75% -
HSV(B) 247.35º 0.23% 0.85% -
XYZ 43.45 41.48 70.68 -
YUV 174.38 151.49 127.02 -
System Red Green Blue C M Y K H S L
Decimal 173 167 216 0.20 0.23 0 0.15 247.35 0.39 0.75
Hex AD A7 D8 14 17 0 F F7 27 4B
Octal 255 247 330 24 27 0 17 367 47 113
Binary 10101101 10100111 11011000 10100 10111 0 1111 11110111 100111 1001011

Color Harmonies of #ADA7D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA7D8

Black with #ADA7D8

Text Example


Text Example

White with #ADA7D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA7D8; }

 p { color: rgb(173,167,216); }

 H1.HeaderClassName
 {
   color: #ADA7D8;
 }
 .AnyTagClassName
 {
   color: #ADA7D8;
 }
</style>

background-color css

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

 a { background-color: rgb(173,167,216); }

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

border-color css

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

 span { border-color: rgb(173,167,216); }

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