Html Css Color HEX #ADA5CE Wistful

📋 copy color: '#ADA5CE'

red 173 ◦ green 165 ◦ blue 206

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

Shades of Wistful #ADA5CE

Tints of Wistful #ADA5CE

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.33%

 BLUE value IS 206 (80.86% from 255) = 37.87%

R = 31.8%
G = 30.33%
B = 37.87%

CMYK

 C value IS 0.16

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#ADA5CE (or 0xADA5CE) is known color: Wistful. HEX triplet: AD, A5 and CE. RGB value is (173,165,206). Sum of RGB (Red+Green+Blue) = 173+165+206=544 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.80% from 544); Green value is 165 (64.84% from 255 or 30.33% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 206 - color contains mainly: blue. Hex color #ADA5CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA5CE is #525A31. Grayscale: #ABABAB. Windows color (decimal): -5397042 or 13542829. OLE color: 13542829.

HSL color Cylindrical-coordinate representation of color #ADA5CE: hue angle of 251.71º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADA5CE is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 165 206 -
CMYK 0.16 0.20 0 0.19
HSL 251.71º 0.29% 0.73% -
HSV(B) 251.71º 0.2% 0.81% -
XYZ 41.83 40.25 63.96 -
YUV 172.07 147.15 128.67 -
System Red Green Blue C M Y K H S L
Decimal 173 165 206 0.16 0.20 0 0.19 251.71 0.29 0.73
Hex AD A5 CE 10 14 0 13 FC 1D 49
Octal 255 245 316 20 24 0 23 374 35 111
Binary 10101101 10100101 11001110 10000 10100 0 10011 11111100 11101 1001001

Color Harmonies of #ADA5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA5CE

Black with #ADA5CE

Text Example


Text Example

White with #ADA5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA5CE; }

 p { color: rgb(173,165,206); }

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

background-color css

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

 a { background-color: rgb(173,165,206); }

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

border-color css

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

 span { border-color: rgb(173,165,206); }

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