Html Css Color HEX #A39DC5 Wistful

📋 copy color: '#A39DC5'

red 163 ◦ green 157 ◦ blue 197

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

Shades of Wistful #A39DC5

Tints of Wistful #A39DC5

RGB

 RED value IS 163 (64.06% from 255) = 31.53%

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

 BLUE value IS 197 (77.34% from 255) = 38.1%

R = 31.53%
G = 30.37%
B = 38.1%

CMYK

 C value IS 0.17

 M value IS 0.20

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A39DC5 (or 0xA39DC5) is known color: Wistful. HEX triplet: A3, 9D and C5. RGB value is (163,157,197). Sum of RGB (Red+Green+Blue) = 163+157+197=517 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.53% from 517); Green value is 157 (61.72% from 255 or 30.37% from 517); Blue value is 197 (77.34% from 255 or 38.10% from 517); Max value from RGB is 197 - color contains mainly: blue. Hex color #A39DC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39DC5 is #5C623A. Grayscale: #A3A3A3. Windows color (decimal): -6054459 or 12950947. OLE color: 12950947.

HSL color Cylindrical-coordinate representation of color #A39DC5: hue angle of 249º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A39DC5 is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 163 157 197 -
CMYK 0.17 0.20 0 0.23
HSL 249º 0.26% 0.69% -
HSV(B) 249º 0.2% 0.77% -
XYZ 37.24 35.93 57.8 -
YUV 163.35 146.99 127.75 -
System Red Green Blue C M Y K H S L
Decimal 163 157 197 0.17 0.20 0 0.23 249 0.26 0.69
Hex A3 9D C5 11 14 0 17 F9 1A 45
Octal 243 235 305 21 24 0 27 371 32 105
Binary 10100011 10011101 11000101 10001 10100 0 10111 11111001 11010 1000101

Color Harmonies of #A39DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39DC5

Black with #A39DC5

Text Example


Text Example

White with #A39DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39DC5; }

 p { color: rgb(163,157,197); }

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

background-color css

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

 a { background-color: rgb(163,157,197); }

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

border-color css

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

 span { border-color: rgb(163,157,197); }

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