Html Css Color HEX #A396DD Wistful

📋 copy color: '#A396DD'

red 163 ◦ green 150 ◦ blue 221

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

Shades of Wistful #A396DD

Tints of Wistful #A396DD

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.09%

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

R = 30.52%
G = 28.09%
B = 41.39%

CMYK

 C value IS 0.26

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A396DD (or 0xA396DD) is known color: Wistful. HEX triplet: A3, 96 and DD. RGB value is (163,150,221). Sum of RGB (Red+Green+Blue) = 163+150+221=534 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.52% from 534); Green value is 150 (58.98% from 255 or 28.09% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 221 - color contains mainly: blue. Hex color #A396DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A396DD is #5C6922. Grayscale: #A1A1A1. Windows color (decimal): -6056227 or 14522019. OLE color: 14522019.

HSL color Cylindrical-coordinate representation of color #A396DD: hue angle of 250.99º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A396DD is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 150 221 -
CMYK 0.26 0.32 0 0.13
HSL 250.99º 0.51% 0.73% -
HSV(B) 250.99º 0.32% 0.87% -
XYZ 39.06 34.82 73.07 -
YUV 161.98 161.31 128.73 -
System Red Green Blue C M Y K H S L
Decimal 163 150 221 0.26 0.32 0 0.13 250.99 0.51 0.73
Hex A3 96 DD 1A 20 0 D FB 33 49
Octal 243 226 335 32 40 0 15 373 63 111
Binary 10100011 10010110 11011101 11010 100000 0 1101 11111011 110011 1001001

Color Harmonies of #A396DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A396DD

Black with #A396DD

Text Example


Text Example

White with #A396DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A396DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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