Html Css Color HEX #A183C1 Cold Purple

📋 copy color: '#A183C1'

red 161 ◦ green 131 ◦ blue 193

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

Shades of Cold Purple #A183C1

Tints of Cold Purple #A183C1

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.01%

 BLUE value IS 193 (75.78% from 255) = 39.79%

R = 33.2%
G = 27.01%
B = 39.79%

CMYK

 C value IS 0.17

 M value IS 0.32

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A183C1 (or 0xA183C1) is known color: Cold Purple. HEX triplet: A1, 83 and C1. RGB value is (161,131,193). Sum of RGB (Red+Green+Blue) = 161+131+193=485 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.20% from 485); Green value is 131 (51.56% from 255 or 27.01% from 485); Blue value is 193 (75.78% from 255 or 39.79% from 485); Max value from RGB is 193 - color contains mainly: blue. Hex color #A183C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A183C1 is #5E7C3E. Grayscale: #929292. Windows color (decimal): -6192191 or 12682145. OLE color: 12682145.

HSL color Cylindrical-coordinate representation of color #A183C1: hue angle of 269.03º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A183C1 is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 161 131 193 -
CMYK 0.17 0.32 0 0.24
HSL 269.03º 0.33% 0.64% -
HSV(B) 269.03º 0.32% 0.76% -
XYZ 32.44 27.66 54.08 -
YUV 147.04 153.94 137.96 -
System Red Green Blue C M Y K H S L
Decimal 161 131 193 0.17 0.32 0 0.24 269.03 0.33 0.64
Hex A1 83 C1 11 20 0 18 10D 21 40
Octal 241 203 301 21 40 0 30 415 41 100
Binary 10100001 10000011 11000001 10001 100000 0 11000 100001101 100001 1000000

Color Harmonies of #A183C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A183C1

Black with #A183C1

Text Example


Text Example

White with #A183C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A183C1; }

 p { color: rgb(161,131,193); }

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

background-color css

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

 a { background-color: rgb(161,131,193); }

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

border-color css

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

 span { border-color: rgb(161,131,193); }

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