Html Css Color HEX #A397DF Wistful

📋 copy color: '#A397DF'

red 163 ◦ green 151 ◦ blue 223

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

Shades of Wistful #A397DF

Tints of Wistful #A397DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.53%

R = 30.35%
G = 28.12%
B = 41.53%

CMYK

 C value IS 0.27

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A397DF (or 0xA397DF) is known color: Wistful. HEX triplet: A3, 97 and DF. RGB value is (163,151,223). Sum of RGB (Red+Green+Blue) = 163+151+223=537 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.35% from 537); Green value is 151 (59.38% from 255 or 28.12% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 223 - color contains mainly: blue. Hex color #A397DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A397DF is #5C6820. Grayscale: #A2A2A2. Windows color (decimal): -6055969 or 14653347. OLE color: 14653347.

HSL color Cylindrical-coordinate representation of color #A397DF: hue angle of 250º degrees, saturation: 0.53, 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 #A397DF is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 151 223 -
CMYK 0.27 0.32 0 0.13
HSL 250º 0.53% 0.73% -
HSV(B) 250º 0.32% 0.87% -
XYZ 39.49 35.25 74.53 -
YUV 162.8 161.98 128.15 -
System Red Green Blue C M Y K H S L
Decimal 163 151 223 0.27 0.32 0 0.13 250 0.53 0.73
Hex A3 97 DF 1B 20 0 D FA 35 49
Octal 243 227 337 33 40 0 15 372 65 111
Binary 10100011 10010111 11011111 11011 100000 0 1101 11111010 110101 1001001

Color Harmonies of #A397DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A397DF

Black with #A397DF

Text Example


Text Example

White with #A397DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A397DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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