Html Css Color HEX #A097DB Wistful

📋 copy color: '#A097DB'

red 160 ◦ green 151 ◦ blue 219

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

Shades of Wistful #A097DB

Tints of Wistful #A097DB

RGB

 RED value IS 160 (62.89% from 255) = 30.19%

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

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

R = 30.19%
G = 28.49%
B = 41.32%

CMYK

 C value IS 0.27

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A097DB (or 0xA097DB) is known color: Wistful. HEX triplet: A0, 97 and DB. RGB value is (160,151,219). Sum of RGB (Red+Green+Blue) = 160+151+219=530 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.19% from 530); Green value is 151 (59.38% from 255 or 28.49% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #A097DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A097DB is #5F6824. Grayscale: #A1A1A1. Windows color (decimal): -6252581 or 14391200. OLE color: 14391200.

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

Color convert

RGB 160 151 219 -
CMYK 0.27 0.31 0 0.14
HSL 247.94º 0.49% 0.73% -
HSV(B) 247.94º 0.31% 0.86% -
XYZ 38.35 34.72 71.7 -
YUV 161.44 160.48 126.97 -
System Red Green Blue C M Y K H S L
Decimal 160 151 219 0.27 0.31 0 0.14 247.94 0.49 0.73
Hex A0 97 DB 1B 1F 0 E F8 31 49
Octal 240 227 333 33 37 0 16 370 61 111
Binary 10100000 10010111 11011011 11011 11111 0 1110 11111000 110001 1001001

Color Harmonies of #A097DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A097DB

Black with #A097DB

Text Example


Text Example

White with #A097DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A097DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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