Html Css Color HEX #A39CDA Wistful

📋 copy color: '#A39CDA'

red 163 ◦ green 156 ◦ blue 218

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

Shades of Wistful #A39CDA

Tints of Wistful #A39CDA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.05%

 BLUE value IS 218 (85.55% from 255) = 40.6%

R = 30.35%
G = 29.05%
B = 40.6%

CMYK

 C value IS 0.25

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A39CDA (or 0xA39CDA) is known color: Wistful. HEX triplet: A3, 9C and DA. RGB value is (163,156,218). Sum of RGB (Red+Green+Blue) = 163+156+218=537 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.35% from 537); Green value is 156 (61.33% from 255 or 29.05% from 537); Blue value is 218 (85.55% from 255 or 40.60% from 537); Max value from RGB is 218 - color contains mainly: blue. Hex color #A39CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39CDA is #5C6325. Grayscale: #A4A4A4. Windows color (decimal): -6054694 or 14326947. OLE color: 14326947.

HSL color Cylindrical-coordinate representation of color #A39CDA: hue angle of 246.77º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A39CDA is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 163 156 218 -
CMYK 0.25 0.28 0 0.15
HSL 246.77º 0.46% 0.73% -
HSV(B) 246.77º 0.28% 0.85% -
XYZ 39.65 36.63 71.31 -
YUV 165.16 157.82 126.46 -
System Red Green Blue C M Y K H S L
Decimal 163 156 218 0.25 0.28 0 0.15 246.77 0.46 0.73
Hex A3 9C DA 19 1C 0 F F7 2E 49
Octal 243 234 332 31 34 0 17 367 56 111
Binary 10100011 10011100 11011010 11001 11100 0 1111 11110111 101110 1001001

Color Harmonies of #A39CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39CDA

Black with #A39CDA

Text Example


Text Example

White with #A39CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39CDA; }

 p { color: rgb(163,156,218); }

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

background-color css

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

 a { background-color: rgb(163,156,218); }

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

border-color css

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

 span { border-color: rgb(163,156,218); }

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