Html Css Color HEX #A396DB Wistful

📋 copy color: '#A396DB'

red 163 ◦ green 150 ◦ blue 219

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

Shades of Wistful #A396DB

Tints of Wistful #A396DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.17%

R = 30.64%
G = 28.2%
B = 41.17%

CMYK

 C value IS 0.26

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A396DB (or 0xA396DB) is known color: Wistful. HEX triplet: A3, 96 and DB. RGB value is (163,150,219). Sum of RGB (Red+Green+Blue) = 163+150+219=532 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.64% from 532); Green value is 150 (58.98% from 255 or 28.20% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 219 - color contains mainly: blue. Hex color #A396DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A396DB is #5C6924. Grayscale: #A1A1A1. Windows color (decimal): -6056229 or 14390947. OLE color: 14390947.

HSL color Cylindrical-coordinate representation of color #A396DB: hue angle of 251.3º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A396DB is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 163 150 219 -
CMYK 0.26 0.32 0 0.14
HSL 251.3º 0.49% 0.72% -
HSV(B) 251.3º 0.32% 0.86% -
XYZ 38.8 34.71 71.67 -
YUV 161.75 160.31 128.89 -
System Red Green Blue C M Y K H S L
Decimal 163 150 219 0.26 0.32 0 0.14 251.3 0.49 0.72
Hex A3 96 DB 1A 20 0 E FB 31 48
Octal 243 226 333 32 40 0 16 373 61 110
Binary 10100011 10010110 11011011 11010 100000 0 1110 11111011 110001 1001000

Color Harmonies of #A396DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A396DB

Black with #A396DB

Text Example


Text Example

White with #A396DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A396DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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