Html Css Color HEX #A481DD Medium Purple

📋 copy color: '#A481DD'

red 164 ◦ green 129 ◦ blue 221

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

Shades of Medium Purple #A481DD

Tints of Medium Purple #A481DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43%

R = 31.91%
G = 25.1%
B = 43%

CMYK

 C value IS 0.26

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A481DD (or 0xA481DD) is known color: Medium Purple. HEX triplet: A4, 81 and DD. RGB value is (164,129,221). Sum of RGB (Red+Green+Blue) = 164+129+221=514 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.91% from 514); Green value is 129 (50.78% from 255 or 25.10% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 221 - color contains mainly: blue. Hex color #A481DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A481DD is #5B7E22. Grayscale: #959595. Windows color (decimal): -5996067 or 14516644. OLE color: 14516644.

HSL color Cylindrical-coordinate representation of color #A481DD: hue angle of 262.83º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A481DD is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 129 221 -
CMYK 0.26 0.42 0 0.13
HSL 262.83º 0.58% 0.69% -
HSV(B) 262.83º 0.42% 0.87% -
XYZ 36.21 28.81 72.06 -
YUV 149.95 168.1 138.02 -
System Red Green Blue C M Y K H S L
Decimal 164 129 221 0.26 0.42 0 0.13 262.83 0.58 0.69
Hex A4 81 DD 1A 2A 0 D 107 3A 45
Octal 244 201 335 32 52 0 15 407 72 105
Binary 10100100 10000001 11011101 11010 101010 0 1101 100000111 111010 1000101

Color Harmonies of #A481DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A481DD

Black with #A481DD

Text Example


Text Example

White with #A481DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A481DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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