Html Css Color HEX #A19DCB Wistful

📋 copy color: '#A19DCB'

red 161 ◦ green 157 ◦ blue 203

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

Shades of Wistful #A19DCB

Tints of Wistful #A19DCB

RGB

 RED value IS 161 (63.28% from 255) = 30.9%

 GREEN value IS 157 (61.72% from 255) = 30.13%

 BLUE value IS 203 (79.69% from 255) = 38.96%

R = 30.9%
G = 30.13%
B = 38.96%

CMYK

 C value IS 0.21

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A19DCB (or 0xA19DCB) is known color: Wistful. HEX triplet: A1, 9D and CB. RGB value is (161,157,203). Sum of RGB (Red+Green+Blue) = 161+157+203=521 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.90% from 521); Green value is 157 (61.72% from 255 or 30.13% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 203 - color contains mainly: blue. Hex color #A19DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19DCB is #5E6234. Grayscale: #A3A3A3. Windows color (decimal): -6185525 or 13344161. OLE color: 13344161.

HSL color Cylindrical-coordinate representation of color #A19DCB: hue angle of 245.22º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A19DCB is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 161 157 203 -
CMYK 0.21 0.23 0 0.20
HSL 245.22º 0.31% 0.71% -
HSV(B) 245.22º 0.23% 0.8% -
XYZ 37.53 36 61.47 -
YUV 163.44 150.33 126.26 -
System Red Green Blue C M Y K H S L
Decimal 161 157 203 0.21 0.23 0 0.20 245.22 0.31 0.71
Hex A1 9D CB 15 17 0 14 F5 1F 47
Octal 241 235 313 25 27 0 24 365 37 107
Binary 10100001 10011101 11001011 10101 10111 0 10100 11110101 11111 1000111

Color Harmonies of #A19DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19DCB

Black with #A19DCB

Text Example


Text Example

White with #A19DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19DCB; }

 p { color: rgb(161,157,203); }

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

background-color css

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

 a { background-color: rgb(161,157,203); }

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

border-color css

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

 span { border-color: rgb(161,157,203); }

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