Html Css Color HEX #A193E0 Wistful

📋 copy color: '#A193E0'

red 161 ◦ green 147 ◦ blue 224

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

Shades of Wistful #A193E0

Tints of Wistful #A193E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 42.11%

R = 30.26%
G = 27.63%
B = 42.11%

CMYK

 C value IS 0.28

 M value IS 0.34

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A193E0 (or 0xA193E0) is known color: Wistful. HEX triplet: A1, 93 and E0. RGB value is (161,147,224). Sum of RGB (Red+Green+Blue) = 161+147+224=532 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.26% from 532); Green value is 147 (57.81% from 255 or 27.63% from 532); Blue value is 224 (87.89% from 255 or 42.11% from 532); Max value from RGB is 224 - color contains mainly: blue. Hex color #A193E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A193E0 is #5E6C1F. Grayscale: #9F9F9F. Windows color (decimal): -6188064 or 14717857. OLE color: 14717857.

HSL color Cylindrical-coordinate representation of color #A193E0: hue angle of 250.91º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A193E0 is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 161 147 224 -
CMYK 0.28 0.34 0 0.12
HSL 250.91º 0.55% 0.73% -
HSV(B) 250.91º 0.34% 0.88% -
XYZ 38.59 33.83 75.02 -
YUV 159.96 164.14 128.74 -
System Red Green Blue C M Y K H S L
Decimal 161 147 224 0.28 0.34 0 0.12 250.91 0.55 0.73
Hex A1 93 E0 1C 22 0 C FB 37 49
Octal 241 223 340 34 42 0 14 373 67 111
Binary 10100001 10010011 11100000 11100 100010 0 1100 11111011 110111 1001001

Color Harmonies of #A193E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A193E0

Black with #A193E0

Text Example


Text Example

White with #A193E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A193E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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