Html Css Color HEX #A193CE Wistful

📋 copy color: '#A193CE'

red 161 ◦ green 147 ◦ blue 206

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

Shades of Wistful #A193CE

Tints of Wistful #A193CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.08%

R = 31.32%
G = 28.6%
B = 40.08%

CMYK

 C value IS 0.22

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A193CE (or 0xA193CE) is known color: Wistful. HEX triplet: A1, 93 and CE. RGB value is (161,147,206). Sum of RGB (Red+Green+Blue) = 161+147+206=514 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.32% from 514); Green value is 147 (57.81% from 255 or 28.60% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 206 - color contains mainly: blue. Hex color #A193CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A193CE is #5E6C31. Grayscale: #9D9D9D. Windows color (decimal): -6188082 or 13538209. OLE color: 13538209.

HSL color Cylindrical-coordinate representation of color #A193CE: hue angle of 254.24º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A193CE is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 161 147 206 -
CMYK 0.22 0.29 0 0.19
HSL 254.24º 0.38% 0.69% -
HSV(B) 254.24º 0.29% 0.81% -
XYZ 36.27 32.9 62.83 -
YUV 157.91 155.14 130.2 -
System Red Green Blue C M Y K H S L
Decimal 161 147 206 0.22 0.29 0 0.19 254.24 0.38 0.69
Hex A1 93 CE 16 1D 0 13 FE 26 45
Octal 241 223 316 26 35 0 23 376 46 105
Binary 10100001 10010011 11001110 10110 11101 0 10011 11111110 100110 1000101

Color Harmonies of #A193CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A193CE

Black with #A193CE

Text Example


Text Example

White with #A193CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A193CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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