Html Css Color HEX #ADA5C9 Wistful

📋 copy color: '#ADA5C9'

red 173 ◦ green 165 ◦ blue 201

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

Shades of Wistful #ADA5C9

Tints of Wistful #ADA5C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 37.29%

R = 32.1%
G = 30.61%
B = 37.29%

CMYK

 C value IS 0.14

 M value IS 0.18

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#ADA5C9 (or 0xADA5C9) is known color: Wistful. HEX triplet: AD, A5 and C9. RGB value is (173,165,201). Sum of RGB (Red+Green+Blue) = 173+165+201=539 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.10% from 539); Green value is 165 (64.84% from 255 or 30.61% from 539); Blue value is 201 (78.91% from 255 or 37.29% from 539); Max value from RGB is 201 - color contains mainly: blue. Hex color #ADA5C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA5C9 is #525A36. Grayscale: #ABABAB. Windows color (decimal): -5397047 or 13215149. OLE color: 13215149.

HSL color Cylindrical-coordinate representation of color #ADA5C9: hue angle of 253.33º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADA5C9 is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 173 165 201 -
CMYK 0.14 0.18 0 0.21
HSL 253.33º 0.25% 0.72% -
HSV(B) 253.33º 0.18% 0.79% -
XYZ 41.23 40.01 60.81 -
YUV 171.5 144.65 129.07 -
System Red Green Blue C M Y K H S L
Decimal 173 165 201 0.14 0.18 0 0.21 253.33 0.25 0.72
Hex AD A5 C9 E 12 0 15 FD 19 48
Octal 255 245 311 16 22 0 25 375 31 110
Binary 10101101 10100101 11001001 1110 10010 0 10101 11111101 11001 1001000

Color Harmonies of #ADA5C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA5C9

Black with #ADA5C9

Text Example


Text Example

White with #ADA5C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA5C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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