Html Css Color HEX #A481DE Medium Purple

📋 copy color: '#A481DE'

red 164 ◦ green 129 ◦ blue 222

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

Shades of Medium Purple #A481DE

Tints of Medium Purple #A481DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.11%

R = 31.84%
G = 25.05%
B = 43.11%

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

#A481DE (or 0xA481DE) is known color: Medium Purple. HEX triplet: A4, 81 and DE. RGB value is (164,129,222). Sum of RGB (Red+Green+Blue) = 164+129+222=515 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.84% from 515); Green value is 129 (50.78% from 255 or 25.05% from 515); Blue value is 222 (87.11% from 255 or 43.11% from 515); Max value from RGB is 222 - color contains mainly: blue. Hex color #A481DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A481DE is #5B7E21. Grayscale: #959595. Windows color (decimal): -5996066 or 14582180. OLE color: 14582180.

HSL color Cylindrical-coordinate representation of color #A481DE: hue angle of 262.58º degrees, saturation: 0.58, 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 #A481DE is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 129 222 -
CMYK 0.26 0.42 0 0.13
HSL 262.58º 0.58% 0.69% -
HSV(B) 262.58º 0.42% 0.87% -
XYZ 36.34 28.87 72.76 -
YUV 150.07 168.6 137.94 -
System Red Green Blue C M Y K H S L
Decimal 164 129 222 0.26 0.42 0 0.13 262.58 0.58 0.69
Hex A4 81 DE 1A 2A 0 D 107 3A 45
Octal 244 201 336 32 52 0 15 407 72 105
Binary 10100100 10000001 11011110 11010 101010 0 1101 100000111 111010 1000101

Color Harmonies of #A481DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A481DE

Black with #A481DE

Text Example


Text Example

White with #A481DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A481DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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