Html Css Color HEX #A39DD3 Wistful

📋 copy color: '#A39DD3'

red 163 ◦ green 157 ◦ blue 211

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

Shades of Wistful #A39DD3

Tints of Wistful #A39DD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 39.74%

R = 30.7%
G = 29.57%
B = 39.74%

CMYK

 C value IS 0.23

 M value IS 0.26

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A39DD3 (or 0xA39DD3) is known color: Wistful. HEX triplet: A3, 9D and D3. RGB value is (163,157,211). Sum of RGB (Red+Green+Blue) = 163+157+211=531 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.70% from 531); Green value is 157 (61.72% from 255 or 29.57% from 531); Blue value is 211 (82.81% from 255 or 39.74% from 531); Max value from RGB is 211 - color contains mainly: blue. Hex color #A39DD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39DD3 is #5C622C. Grayscale: #A4A4A4. Windows color (decimal): -6054445 or 13868451. OLE color: 13868451.

HSL color Cylindrical-coordinate representation of color #A39DD3: hue angle of 246.67º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A39DD3 is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 163 157 211 -
CMYK 0.23 0.26 0 0.17
HSL 246.67º 0.38% 0.72% -
HSV(B) 246.67º 0.26% 0.83% -
XYZ 38.92 36.6 66.64 -
YUV 164.95 153.99 126.61 -
System Red Green Blue C M Y K H S L
Decimal 163 157 211 0.23 0.26 0 0.17 246.67 0.38 0.72
Hex A3 9D D3 17 1A 0 11 F7 26 48
Octal 243 235 323 27 32 0 21 367 46 110
Binary 10100011 10011101 11010011 10111 11010 0 10001 11110111 100110 1001000

Color Harmonies of #A39DD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39DD3

Black with #A39DD3

Text Example


Text Example

White with #A39DD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39DD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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