Html Css Color HEX #A39ADD Wistful

📋 copy color: '#A39ADD'

red 163 ◦ green 154 ◦ blue 221

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

Shades of Wistful #A39ADD

Tints of Wistful #A39ADD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28.62%

 BLUE value IS 221 (86.72% from 255) = 41.08%

R = 30.3%
G = 28.62%
B = 41.08%

CMYK

 C value IS 0.26

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A39ADD (or 0xA39ADD) is known color: Wistful. HEX triplet: A3, 9A and DD. RGB value is (163,154,221). Sum of RGB (Red+Green+Blue) = 163+154+221=538 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.30% from 538); Green value is 154 (60.55% from 255 or 28.62% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #A39ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39ADD is #5C6522. Grayscale: #A4A4A4. Windows color (decimal): -6055203 or 14523043. OLE color: 14523043.

HSL color Cylindrical-coordinate representation of color #A39ADD: hue angle of 248.06º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A39ADD is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 154 221 -
CMYK 0.26 0.30 0 0.13
HSL 248.06º 0.5% 0.74% -
HSV(B) 248.06º 0.3% 0.87% -
XYZ 39.71 36.12 73.29 -
YUV 164.33 159.98 127.05 -
System Red Green Blue C M Y K H S L
Decimal 163 154 221 0.26 0.30 0 0.13 248.06 0.5 0.74
Hex A3 9A DD 1A 1E 0 D F8 32 4A
Octal 243 232 335 32 36 0 15 370 62 112
Binary 10100011 10011010 11011101 11010 11110 0 1101 11111000 110010 1001010

Color Harmonies of #A39ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39ADD

Black with #A39ADD

Text Example


Text Example

White with #A39ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39ADD; }

 p { color: rgb(163,154,221); }

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

background-color css

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

 a { background-color: rgb(163,154,221); }

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

border-color css

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

 span { border-color: rgb(163,154,221); }

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