Html Css Color HEX #A397DB Wistful

📋 copy color: '#A397DB'

red 163 ◦ green 151 ◦ blue 219

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

Shades of Wistful #A397DB

Tints of Wistful #A397DB

RGB

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

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

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

R = 30.58%
G = 28.33%
B = 41.09%

CMYK

 C value IS 0.26

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A397DB (or 0xA397DB) is known color: Wistful. HEX triplet: A3, 97 and DB. RGB value is (163,151,219). Sum of RGB (Red+Green+Blue) = 163+151+219=533 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.58% from 533); Green value is 151 (59.38% from 255 or 28.33% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 219 - color contains mainly: blue. Hex color #A397DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A397DB is #5C6824. Grayscale: #A2A2A2. Windows color (decimal): -6055973 or 14391203. OLE color: 14391203.

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

Color convert

RGB 163 151 219 -
CMYK 0.26 0.31 0 0.14
HSL 250.59º 0.49% 0.73% -
HSV(B) 250.59º 0.31% 0.86% -
XYZ 38.96 35.03 71.73 -
YUV 162.34 159.98 128.47 -
System Red Green Blue C M Y K H S L
Decimal 163 151 219 0.26 0.31 0 0.14 250.59 0.49 0.73
Hex A3 97 DB 1A 1F 0 E FB 31 49
Octal 243 227 333 32 37 0 16 373 61 111
Binary 10100011 10010111 11011011 11010 11111 0 1110 11111011 110001 1001001

Color Harmonies of #A397DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A397DB

Black with #A397DB

Text Example


Text Example

White with #A397DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A397DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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