Html Css Color HEX #A198DB Wistful

📋 copy color: '#A198DB'

red 161 ◦ green 152 ◦ blue 219

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

Shades of Wistful #A198DB

Tints of Wistful #A198DB

RGB

 RED value IS 161 (63.28% from 255) = 30.26%

 GREEN value IS 152 (59.77% from 255) = 28.57%

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

R = 30.26%
G = 28.57%
B = 41.17%

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

#A198DB (or 0xA198DB) is known color: Wistful. HEX triplet: A1, 98 and DB. RGB value is (161,152,219). Sum of RGB (Red+Green+Blue) = 161+152+219=532 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.26% from 532); Green value is 152 (59.77% from 255 or 28.57% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 219 - color contains mainly: blue. Hex color #A198DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A198DB is #5E6724. Grayscale: #A2A2A2. Windows color (decimal): -6186789 or 14391457. OLE color: 14391457.

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

Color convert

RGB 161 152 219 -
CMYK 0.26 0.31 0 0.14
HSL 248.06º 0.48% 0.73% -
HSV(B) 248.06º 0.31% 0.86% -
XYZ 38.71 35.15 71.76 -
YUV 162.33 159.98 127.05 -
System Red Green Blue C M Y K H S L
Decimal 161 152 219 0.26 0.31 0 0.14 248.06 0.48 0.73
Hex A1 98 DB 1A 1F 0 E F8 30 49
Octal 241 230 333 32 37 0 16 370 60 111
Binary 10100001 10011000 11011011 11010 11111 0 1110 11111000 110000 1001001

Color Harmonies of #A198DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A198DB

Black with #A198DB

Text Example


Text Example

White with #A198DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A198DB; }

 p { color: rgb(161,152,219); }

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

background-color css

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

 a { background-color: rgb(161,152,219); }

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

border-color css

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

 span { border-color: rgb(161,152,219); }

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