Html Css Color HEX #A193BA Cold Purple

📋 copy color: '#A193BA'

red 161 ◦ green 147 ◦ blue 186

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

Shades of Cold Purple #A193BA

Tints of Cold Purple #A193BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.65%

R = 32.59%
G = 29.76%
B = 37.65%

CMYK

 C value IS 0.13

 M value IS 0.21

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A193BA (or 0xA193BA) is known color: Cold Purple. HEX triplet: A1, 93 and BA. RGB value is (161,147,186). Sum of RGB (Red+Green+Blue) = 161+147+186=494 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.59% from 494); Green value is 147 (57.81% from 255 or 29.76% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 186 - color contains mainly: blue. Hex color #A193BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A193BA is #5E6C45. Grayscale: #9B9B9B. Windows color (decimal): -6188102 or 12227489. OLE color: 12227489.

HSL color Cylindrical-coordinate representation of color #A193BA: hue angle of 261.54º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A193BA is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 161 147 186 -
CMYK 0.13 0.21 0 0.27
HSL 261.54º 0.22% 0.65% -
HSV(B) 261.54º 0.21% 0.73% -
XYZ 33.99 31.99 50.84 -
YUV 155.63 145.14 131.83 -
System Red Green Blue C M Y K H S L
Decimal 161 147 186 0.13 0.21 0 0.27 261.54 0.22 0.65
Hex A1 93 BA D 15 0 1B 106 16 41
Octal 241 223 272 15 25 0 33 406 26 101
Binary 10100001 10010011 10111010 1101 10101 0 11011 100000110 10110 1000001

Color Harmonies of #A193BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A193BA

Black with #A193BA

Text Example


Text Example

White with #A193BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A193BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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