Html Css Color HEX #A181D5 Medium Purple

📋 copy color: '#A181D5'

red 161 ◦ green 129 ◦ blue 213

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

Shades of Medium Purple #A181D5

Tints of Medium Purple #A181D5

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.65%

 BLUE value IS 213 (83.59% from 255) = 42.35%

R = 32.01%
G = 25.65%
B = 42.35%

CMYK

 C value IS 0.24

 M value IS 0.39

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A181D5 (or 0xA181D5) is known color: Medium Purple. HEX triplet: A1, 81 and D5. RGB value is (161,129,213). Sum of RGB (Red+Green+Blue) = 161+129+213=503 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.01% from 503); Green value is 129 (50.78% from 255 or 25.65% from 503); Blue value is 213 (83.59% from 255 or 42.35% from 503); Max value from RGB is 213 - color contains mainly: blue. Hex color #A181D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A181D5 is #5E7E2A. Grayscale: #939393. Windows color (decimal): -6192683 or 13992353. OLE color: 13992353.

HSL color Cylindrical-coordinate representation of color #A181D5: hue angle of 262.86º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A181D5 is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 161 129 213 -
CMYK 0.24 0.39 0 0.16
HSL 262.86º 0.5% 0.67% -
HSV(B) 262.86º 0.39% 0.84% -
XYZ 34.56 28.08 66.55 -
YUV 148.14 164.6 137.17 -
System Red Green Blue C M Y K H S L
Decimal 161 129 213 0.24 0.39 0 0.16 262.86 0.5 0.67
Hex A1 81 D5 18 27 0 10 107 32 43
Octal 241 201 325 30 47 0 20 407 62 103
Binary 10100001 10000001 11010101 11000 100111 0 10000 100000111 110010 1000011

Color Harmonies of #A181D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A181D5

Black with #A181D5

Text Example


Text Example

White with #A181D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A181D5; }

 p { color: rgb(161,129,213); }

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

background-color css

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

 a { background-color: rgb(161,129,213); }

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

border-color css

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

 span { border-color: rgb(161,129,213); }

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