Html Css Color HEX #A193BE Cold Purple

📋 copy color: '#A193BE'

red 161 ◦ green 147 ◦ blue 190

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

Shades of Cold Purple #A193BE

Tints of Cold Purple #A193BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.15%

R = 32.33%
G = 29.52%
B = 38.15%

CMYK

 C value IS 0.15

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A193BE (or 0xA193BE) is known color: Cold Purple. HEX triplet: A1, 93 and BE. RGB value is (161,147,190). Sum of RGB (Red+Green+Blue) = 161+147+190=498 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.33% from 498); Green value is 147 (57.81% from 255 or 29.52% from 498); Blue value is 190 (74.61% from 255 or 38.15% from 498); Max value from RGB is 190 - color contains mainly: blue. Hex color #A193BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A193BE is #5E6C41. Grayscale: #9B9B9B. Windows color (decimal): -6188098 or 12489633. OLE color: 12489633.

HSL color Cylindrical-coordinate representation of color #A193BE: hue angle of 259.53º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A193BE is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 147 190 -
CMYK 0.15 0.23 0 0.25
HSL 259.53º 0.25% 0.66% -
HSV(B) 259.53º 0.23% 0.75% -
XYZ 34.43 32.16 53.11 -
YUV 156.09 147.14 131.5 -
System Red Green Blue C M Y K H S L
Decimal 161 147 190 0.15 0.23 0 0.25 259.53 0.25 0.66
Hex A1 93 BE F 17 0 19 104 19 42
Octal 241 223 276 17 27 0 31 404 31 102
Binary 10100001 10010011 10111110 1111 10111 0 11001 100000100 11001 1000010

Color Harmonies of #A193BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A193BE

Black with #A193BE

Text Example


Text Example

White with #A193BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A193BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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