Html Css Color HEX #A193EB Wistful

📋 copy color: '#A193EB'

red 161 ◦ green 147 ◦ blue 235

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

Shades of Wistful #A193EB

Tints of Wistful #A193EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 43.28%

R = 29.65%
G = 27.07%
B = 43.28%

CMYK

 C value IS 0.31

 M value IS 0.37

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A193EB (or 0xA193EB) is known color: Wistful. HEX triplet: A1, 93 and EB. RGB value is (161,147,235). Sum of RGB (Red+Green+Blue) = 161+147+235=543 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.65% from 543); Green value is 147 (57.81% from 255 or 27.07% from 543); Blue value is 235 (92.19% from 255 or 43.28% from 543); Max value from RGB is 235 - color contains mainly: blue. Hex color #A193EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A193EB is #5E6C14. Grayscale: #A0A0A0. Windows color (decimal): -6188053 or 15438753. OLE color: 15438753.

HSL color Cylindrical-coordinate representation of color #A193EB: hue angle of 249.55º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A193EB is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 161 147 235 -
CMYK 0.31 0.37 0 0.08
HSL 249.55º 0.69% 0.75% -
HSV(B) 249.55º 0.37% 0.92% -
XYZ 40.13 34.44 83.13 -
YUV 161.22 169.64 127.84 -
System Red Green Blue C M Y K H S L
Decimal 161 147 235 0.31 0.37 0 0.08 249.55 0.69 0.75
Hex A1 93 EB 1F 25 0 8 FA 45 4B
Octal 241 223 353 37 45 0 10 372 105 113
Binary 10100001 10010011 11101011 11111 100101 0 1000 11111010 1000101 1001011

Color Harmonies of #A193EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A193EB

Black with #A193EB

Text Example


Text Example

White with #A193EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A193EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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