Html Css Color HEX #A396CE Wistful

📋 copy color: '#A396CE'

red 163 ◦ green 150 ◦ blue 206

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

Shades of Wistful #A396CE

Tints of Wistful #A396CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.69%

R = 31.41%
G = 28.9%
B = 39.69%

CMYK

 C value IS 0.21

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A396CE (or 0xA396CE) is known color: Wistful. HEX triplet: A3, 96 and CE. RGB value is (163,150,206). Sum of RGB (Red+Green+Blue) = 163+150+206=519 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.41% from 519); Green value is 150 (58.98% from 255 or 28.90% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 206 - color contains mainly: blue. Hex color #A396CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A396CE is #5C6931. Grayscale: #A0A0A0. Windows color (decimal): -6056242 or 13538979. OLE color: 13538979.

HSL color Cylindrical-coordinate representation of color #A396CE: hue angle of 253.93º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A396CE is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 163 150 206 -
CMYK 0.21 0.27 0 0.19
HSL 253.93º 0.36% 0.7% -
HSV(B) 253.93º 0.27% 0.81% -
XYZ 37.15 34.06 63.01 -
YUV 160.27 153.81 129.95 -
System Red Green Blue C M Y K H S L
Decimal 163 150 206 0.21 0.27 0 0.19 253.93 0.36 0.7
Hex A3 96 CE 15 1B 0 13 FE 24 46
Octal 243 226 316 25 33 0 23 376 44 106
Binary 10100011 10010110 11001110 10101 11011 0 10011 11111110 100100 1000110

Color Harmonies of #A396CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A396CE

Black with #A396CE

Text Example


Text Example

White with #A396CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A396CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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