Html Css Color HEX #A397CE Wistful

📋 copy color: '#A397CE'

red 163 ◦ green 151 ◦ blue 206

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

Shades of Wistful #A397CE

Tints of Wistful #A397CE

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.04%

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

R = 31.35%
G = 29.04%
B = 39.62%

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

#A397CE (or 0xA397CE) is known color: Wistful. HEX triplet: A3, 97 and CE. RGB value is (163,151,206). Sum of RGB (Red+Green+Blue) = 163+151+206=520 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.35% from 520); Green value is 151 (59.38% from 255 or 29.04% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 206 - color contains mainly: blue. Hex color #A397CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A397CE is #5C6831. Grayscale: #A0A0A0. Windows color (decimal): -6055986 or 13539235. OLE color: 13539235.

HSL color Cylindrical-coordinate representation of color #A397CE: hue angle of 253.09º 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 #A397CE is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 163 151 206 -
CMYK 0.21 0.27 0 0.19
HSL 253.09º 0.36% 0.7% -
HSV(B) 253.09º 0.27% 0.81% -
XYZ 37.31 34.38 63.06 -
YUV 160.86 153.48 129.53 -
System Red Green Blue C M Y K H S L
Decimal 163 151 206 0.21 0.27 0 0.19 253.09 0.36 0.7
Hex A3 97 CE 15 1B 0 13 FD 24 46
Octal 243 227 316 25 33 0 23 375 44 106
Binary 10100011 10010111 11001110 10101 11011 0 10011 11111101 100100 1000110

Color Harmonies of #A397CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A397CE

Black with #A397CE

Text Example


Text Example

White with #A397CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A397CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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