Html Css Color HEX #ADABCA Wistful

📋 copy color: '#ADABCA'

red 173 ◦ green 171 ◦ blue 202

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

Shades of Wistful #ADABCA

Tints of Wistful #ADABCA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.32%

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

R = 31.68%
G = 31.32%
B = 37%

CMYK

 C value IS 0.14

 M value IS 0.15

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#ADABCA (or 0xADABCA) is known color: Wistful. HEX triplet: AD, AB and CA. RGB value is (173,171,202). Sum of RGB (Red+Green+Blue) = 173+171+202=546 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.68% from 546); Green value is 171 (67.19% from 255 or 31.32% from 546); Blue value is 202 (79.30% from 255 or 37.00% from 546); Max value from RGB is 202 - color contains mainly: blue. Hex color #ADABCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADABCA is #525435. Grayscale: #AFAFAF. Windows color (decimal): -5395510 or 13282221. OLE color: 13282221.

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

Color convert

RGB 173 171 202 -
CMYK 0.14 0.15 0 0.21
HSL 243.87º 0.23% 0.73% -
HSV(B) 243.87º 0.15% 0.79% -
XYZ 42.46 42.27 61.8 -
YUV 175.13 143.16 126.48 -
System Red Green Blue C M Y K H S L
Decimal 173 171 202 0.14 0.15 0 0.21 243.87 0.23 0.73
Hex AD AB CA E F 0 15 F4 17 49
Octal 255 253 312 16 17 0 25 364 27 111
Binary 10101101 10101011 11001010 1110 1111 0 10101 11110100 10111 1001001

Color Harmonies of #ADABCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADABCA

Black with #ADABCA

Text Example


Text Example

White with #ADABCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADABCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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