Html Css Color HEX #ADA8CA Wistful

📋 copy color: '#ADA8CA'

red 173 ◦ green 168 ◦ blue 202

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

Shades of Wistful #ADA8CA

Tints of Wistful #ADA8CA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.94%

 BLUE value IS 202 (79.3% from 255) = 37.2%

R = 31.86%
G = 30.94%
B = 37.2%

CMYK

 C value IS 0.14

 M value IS 0.17

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#ADA8CA (or 0xADA8CA) is known color: Wistful. HEX triplet: AD, A8 and CA. RGB value is (173,168,202). Sum of RGB (Red+Green+Blue) = 173+168+202=543 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.86% from 543); Green value is 168 (66.02% from 255 or 30.94% from 543); Blue value is 202 (79.30% from 255 or 37.20% from 543); Max value from RGB is 202 - color contains mainly: blue. Hex color #ADA8CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA8CA is #525735. Grayscale: #ADADAD. Windows color (decimal): -5396278 or 13281453. OLE color: 13281453.

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

Color convert

RGB 173 168 202 -
CMYK 0.14 0.17 0 0.21
HSL 248.82º 0.24% 0.73% -
HSV(B) 248.82º 0.17% 0.79% -
XYZ 41.9 41.15 61.61 -
YUV 173.37 144.16 127.74 -
System Red Green Blue C M Y K H S L
Decimal 173 168 202 0.14 0.17 0 0.21 248.82 0.24 0.73
Hex AD A8 CA E 11 0 15 F9 18 49
Octal 255 250 312 16 21 0 25 371 30 111
Binary 10101101 10101000 11001010 1110 10001 0 10101 11111001 11000 1001001

Color Harmonies of #ADA8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA8CA

Black with #ADA8CA

Text Example


Text Example

White with #ADA8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA8CA; }

 p { color: rgb(173,168,202); }

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

background-color css

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

 a { background-color: rgb(173,168,202); }

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

border-color css

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

 span { border-color: rgb(173,168,202); }

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