Html Css Color HEX #A181DA Medium Purple

📋 copy color: '#A181DA'

red 161 ◦ green 129 ◦ blue 218

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

Shades of Medium Purple #A181DA

Tints of Medium Purple #A181DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.91%

R = 31.69%
G = 25.39%
B = 42.91%

CMYK

 C value IS 0.26

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A181DA (or 0xA181DA) is known color: Medium Purple. HEX triplet: A1, 81 and DA. RGB value is (161,129,218). Sum of RGB (Red+Green+Blue) = 161+129+218=508 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.69% from 508); Green value is 129 (50.78% from 255 or 25.39% from 508); Blue value is 218 (85.55% from 255 or 42.91% from 508); Max value from RGB is 218 - color contains mainly: blue. Hex color #A181DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A181DA is #5E7E25. Grayscale: #949494. Windows color (decimal): -6192678 or 14320033. OLE color: 14320033.

HSL color Cylindrical-coordinate representation of color #A181DA: hue angle of 261.57º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A181DA is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 161 129 218 -
CMYK 0.26 0.41 0 0.15
HSL 261.57º 0.55% 0.68% -
HSV(B) 261.57º 0.41% 0.85% -
XYZ 35.2 28.34 69.94 -
YUV 148.71 167.1 136.76 -
System Red Green Blue C M Y K H S L
Decimal 161 129 218 0.26 0.41 0 0.15 261.57 0.55 0.68
Hex A1 81 DA 1A 29 0 F 106 37 44
Octal 241 201 332 32 51 0 17 406 67 104
Binary 10100001 10000001 11011010 11010 101001 0 1111 100000110 110111 1000100

Color Harmonies of #A181DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A181DA

Black with #A181DA

Text Example


Text Example

White with #A181DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A181DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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