Html Css Color HEX #A481DC Medium Purple

📋 copy color: '#A481DC'

red 164 ◦ green 129 ◦ blue 220

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

Shades of Medium Purple #A481DC

Tints of Medium Purple #A481DC

RGB

 RED value IS 164 (64.45% from 255) = 31.97%

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

 BLUE value IS 220 (86.33% from 255) = 42.88%

R = 31.97%
G = 25.15%
B = 42.88%

CMYK

 C value IS 0.25

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A481DC (or 0xA481DC) is known color: Medium Purple. HEX triplet: A4, 81 and DC. RGB value is (164,129,220). Sum of RGB (Red+Green+Blue) = 164+129+220=513 (67% of max value = 765). Red value is 164 (64.45% from 255 or 31.97% from 513); Green value is 129 (50.78% from 255 or 25.15% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #A481DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A481DC is #5B7E23. Grayscale: #959595. Windows color (decimal): -5996068 or 14451108. OLE color: 14451108.

HSL color Cylindrical-coordinate representation of color #A481DC: hue angle of 263.08º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A481DC is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 129 220 -
CMYK 0.25 0.41 0 0.14
HSL 263.08º 0.57% 0.68% -
HSV(B) 263.08º 0.41% 0.86% -
XYZ 36.08 28.76 71.36 -
YUV 149.84 167.6 138.1 -
System Red Green Blue C M Y K H S L
Decimal 164 129 220 0.25 0.41 0 0.14 263.08 0.57 0.68
Hex A4 81 DC 19 29 0 E 107 39 44
Octal 244 201 334 31 51 0 16 407 71 104
Binary 10100100 10000001 11011100 11001 101001 0 1110 100000111 111001 1000100

Color Harmonies of #A481DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A481DC

Black with #A481DC

Text Example


Text Example

White with #A481DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A481DC; }

 p { color: rgb(164,129,220); }

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

background-color css

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

 a { background-color: rgb(164,129,220); }

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

border-color css

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

 span { border-color: rgb(164,129,220); }

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