Html Css Color HEX #A193D7 Wistful

📋 copy color: '#A193D7'

red 161 ◦ green 147 ◦ blue 215

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

Shades of Wistful #A193D7

Tints of Wistful #A193D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 41.11%

R = 30.78%
G = 28.11%
B = 41.11%

CMYK

 C value IS 0.25

 M value IS 0.32

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A193D7 (or 0xA193D7) is known color: Wistful. HEX triplet: A1, 93 and D7. RGB value is (161,147,215). Sum of RGB (Red+Green+Blue) = 161+147+215=523 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.78% from 523); Green value is 147 (57.81% from 255 or 28.11% from 523); Blue value is 215 (84.38% from 255 or 41.11% from 523); Max value from RGB is 215 - color contains mainly: blue. Hex color #A193D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A193D7 is #5E6C28. Grayscale: #9E9E9E. Windows color (decimal): -6188073 or 14128033. OLE color: 14128033.

HSL color Cylindrical-coordinate representation of color #A193D7: hue angle of 252.35º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A193D7 is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 161 147 215 -
CMYK 0.25 0.32 0 0.16
HSL 252.35º 0.46% 0.71% -
HSV(B) 252.35º 0.32% 0.84% -
XYZ 37.4 33.35 68.76 -
YUV 158.94 159.64 129.47 -
System Red Green Blue C M Y K H S L
Decimal 161 147 215 0.25 0.32 0 0.16 252.35 0.46 0.71
Hex A1 93 D7 19 20 0 10 FC 2E 47
Octal 241 223 327 31 40 0 20 374 56 107
Binary 10100001 10010011 11010111 11001 100000 0 10000 11111100 101110 1000111

Color Harmonies of #A193D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A193D7

Black with #A193D7

Text Example


Text Example

White with #A193D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A193D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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