Html Css Color HEX #ADA5D5 Wistful

📋 copy color: '#ADA5D5'

red 173 ◦ green 165 ◦ blue 213

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

Shades of Wistful #ADA5D5

Tints of Wistful #ADA5D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 38.66%

R = 31.4%
G = 29.95%
B = 38.66%

CMYK

 C value IS 0.19

 M value IS 0.23

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#ADA5D5 (or 0xADA5D5) is known color: Wistful. HEX triplet: AD, A5 and D5. RGB value is (173,165,213). Sum of RGB (Red+Green+Blue) = 173+165+213=551 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.40% from 551); Green value is 165 (64.84% from 255 or 29.95% from 551); Blue value is 213 (83.59% from 255 or 38.66% from 551); Max value from RGB is 213 - color contains mainly: blue. Hex color #ADA5D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA5D5 is #525A2A. Grayscale: #ACACAC. Windows color (decimal): -5397035 or 14001581. OLE color: 14001581.

HSL color Cylindrical-coordinate representation of color #ADA5D5: hue angle of 250º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADA5D5 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 165 213 -
CMYK 0.19 0.23 0 0.16
HSL 250º 0.36% 0.74% -
HSV(B) 250º 0.23% 0.84% -
XYZ 42.7 40.6 68.54 -
YUV 172.86 150.65 128.1 -
System Red Green Blue C M Y K H S L
Decimal 173 165 213 0.19 0.23 0 0.16 250 0.36 0.74
Hex AD A5 D5 13 17 0 10 FA 24 4A
Octal 255 245 325 23 27 0 20 372 44 112
Binary 10101101 10100101 11010101 10011 10111 0 10000 11111010 100100 1001010

Color Harmonies of #ADA5D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA5D5

Black with #ADA5D5

Text Example


Text Example

White with #ADA5D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA5D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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