Html Css Color HEX #A396E3 Wistful

📋 copy color: '#A396E3'

red 163 ◦ green 150 ◦ blue 227

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

Shades of Wistful #A396E3

Tints of Wistful #A396E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 42.04%

R = 30.19%
G = 27.78%
B = 42.04%

CMYK

 C value IS 0.28

 M value IS 0.34

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A396E3 (or 0xA396E3) is known color: Wistful. HEX triplet: A3, 96 and E3. RGB value is (163,150,227). Sum of RGB (Red+Green+Blue) = 163+150+227=540 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.19% from 540); Green value is 150 (58.98% from 255 or 27.78% from 540); Blue value is 227 (89.06% from 255 or 42.04% from 540); Max value from RGB is 227 - color contains mainly: blue. Hex color #A396E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A396E3 is #5C691C. Grayscale: #A2A2A2. Windows color (decimal): -6056221 or 14915235. OLE color: 14915235.

HSL color Cylindrical-coordinate representation of color #A396E3: hue angle of 250.13º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A396E3 is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 163 150 227 -
CMYK 0.28 0.34 0 0.11
HSL 250.13º 0.58% 0.74% -
HSV(B) 250.13º 0.34% 0.89% -
XYZ 39.88 35.15 77.36 -
YUV 162.67 164.31 128.24 -
System Red Green Blue C M Y K H S L
Decimal 163 150 227 0.28 0.34 0 0.11 250.13 0.58 0.74
Hex A3 96 E3 1C 22 0 B FA 3A 4A
Octal 243 226 343 34 42 0 13 372 72 112
Binary 10100011 10010110 11100011 11100 100010 0 1011 11111010 111010 1001010

Color Harmonies of #A396E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A396E3

Black with #A396E3

Text Example


Text Example

White with #A396E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A396E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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