Html Css Color HEX #A193DB Wistful

📋 copy color: '#A193DB'

red 161 ◦ green 147 ◦ blue 219

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

Shades of Wistful #A193DB

Tints of Wistful #A193DB

RGB

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

 GREEN value IS 147 (57.81% from 255) = 27.89%

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

R = 30.55%
G = 27.89%
B = 41.56%

CMYK

 C value IS 0.26

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A193DB (or 0xA193DB) is known color: Wistful. HEX triplet: A1, 93 and DB. RGB value is (161,147,219). Sum of RGB (Red+Green+Blue) = 161+147+219=527 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.55% from 527); Green value is 147 (57.81% from 255 or 27.89% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #A193DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A193DB is #5E6C24. Grayscale: #9F9F9F. Windows color (decimal): -6188069 or 14390177. OLE color: 14390177.

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

Color convert

RGB 161 147 219 -
CMYK 0.26 0.33 0 0.14
HSL 251.67º 0.5% 0.72% -
HSV(B) 251.67º 0.33% 0.86% -
XYZ 37.92 33.56 71.5 -
YUV 159.39 161.64 129.15 -
System Red Green Blue C M Y K H S L
Decimal 161 147 219 0.26 0.33 0 0.14 251.67 0.5 0.72
Hex A1 93 DB 1A 21 0 E FC 32 48
Octal 241 223 333 32 41 0 16 374 62 110
Binary 10100001 10010011 11011011 11010 100001 0 1110 11111100 110010 1001000

Color Harmonies of #A193DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A193DB

Black with #A193DB

Text Example


Text Example

White with #A193DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A193DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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