Html Css Color HEX #ADA5CF Wistful

📋 copy color: '#ADA5CF'

red 173 ◦ green 165 ◦ blue 207

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

Shades of Wistful #ADA5CF

Tints of Wistful #ADA5CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.98%

R = 31.74%
G = 30.28%
B = 37.98%

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

#ADA5CF (or 0xADA5CF) is known color: Wistful. HEX triplet: AD, A5 and CF. RGB value is (173,165,207). Sum of RGB (Red+Green+Blue) = 173+165+207=545 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.74% from 545); Green value is 165 (64.84% from 255 or 30.28% from 545); Blue value is 207 (81.25% from 255 or 37.98% from 545); Max value from RGB is 207 - color contains mainly: blue. Hex color #ADA5CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA5CF is #525A30. Grayscale: #ACACAC. Windows color (decimal): -5397041 or 13608365. OLE color: 13608365.

HSL color Cylindrical-coordinate representation of color #ADA5CF: hue angle of 251.43º degrees, saturation: 0.3, 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 #ADA5CF is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 165 207 -
CMYK 0.16 0.20 0 0.19
HSL 251.43º 0.3% 0.73% -
HSV(B) 251.43º 0.2% 0.81% -
XYZ 41.95 40.3 64.6 -
YUV 172.18 147.65 128.58 -
System Red Green Blue C M Y K H S L
Decimal 173 165 207 0.16 0.20 0 0.19 251.43 0.3 0.73
Hex AD A5 CF 10 14 0 13 FB 1E 49
Octal 255 245 317 20 24 0 23 373 36 111
Binary 10101101 10100101 11001111 10000 10100 0 10011 11111011 11110 1001001

Color Harmonies of #ADA5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA5CF

Black with #ADA5CF

Text Example


Text Example

White with #ADA5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA5CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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