Html Css Color HEX #A193E8 Wistful

📋 copy color: '#A193E8'

red 161 ◦ green 147 ◦ blue 232

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

Shades of Wistful #A193E8

Tints of Wistful #A193E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 42.96%

R = 29.81%
G = 27.22%
B = 42.96%

CMYK

 C value IS 0.31

 M value IS 0.37

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A193E8 (or 0xA193E8) is known color: Wistful. HEX triplet: A1, 93 and E8. RGB value is (161,147,232). Sum of RGB (Red+Green+Blue) = 161+147+232=540 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.81% from 540); Green value is 147 (57.81% from 255 or 27.22% from 540); Blue value is 232 (91.02% from 255 or 42.96% from 540); Max value from RGB is 232 - color contains mainly: blue. Hex color #A193E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A193E8 is #5E6C17. Grayscale: #A0A0A0. Windows color (decimal): -6188056 or 15242145. OLE color: 15242145.

HSL color Cylindrical-coordinate representation of color #A193E8: hue angle of 249.88º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A193E8 is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 161 147 232 -
CMYK 0.31 0.37 0 0.09
HSL 249.88º 0.65% 0.74% -
HSV(B) 249.88º 0.37% 0.91% -
XYZ 39.7 34.27 80.87 -
YUV 160.88 168.14 128.09 -
System Red Green Blue C M Y K H S L
Decimal 161 147 232 0.31 0.37 0 0.09 249.88 0.65 0.74
Hex A1 93 E8 1F 25 0 9 FA 41 4A
Octal 241 223 350 37 45 0 11 372 101 112
Binary 10100001 10010011 11101000 11111 100101 0 1001 11111010 1000001 1001010

Color Harmonies of #A193E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A193E8

Black with #A193E8

Text Example


Text Example

White with #A193E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A193E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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