Html Css Color HEX #A481DF Medium Purple

📋 copy color: '#A481DF'

red 164 ◦ green 129 ◦ blue 223

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

Shades of Medium Purple #A481DF

Tints of Medium Purple #A481DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.22%

R = 31.78%
G = 25%
B = 43.22%

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

#A481DF (or 0xA481DF) is known color: Medium Purple. HEX triplet: A4, 81 and DF. RGB value is (164,129,223). Sum of RGB (Red+Green+Blue) = 164+129+223=516 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.78% from 516); Green value is 129 (50.78% from 255 or 25% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 223 - color contains mainly: blue. Hex color #A481DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A481DF is #5B7E20. Grayscale: #959595. Windows color (decimal): -5996065 or 14647716. OLE color: 14647716.

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

Color convert

RGB 164 129 223 -
CMYK 0.26 0.42 0 0.13
HSL 262.34º 0.59% 0.69% -
HSV(B) 262.34º 0.42% 0.87% -
XYZ 36.48 28.92 73.47 -
YUV 150.18 169.1 137.86 -
System Red Green Blue C M Y K H S L
Decimal 164 129 223 0.26 0.42 0 0.13 262.34 0.59 0.69
Hex A4 81 DF 1A 2A 0 D 106 3B 45
Octal 244 201 337 32 52 0 15 406 73 105
Binary 10100100 10000001 11011111 11010 101010 0 1101 100000110 111011 1000101

Color Harmonies of #A481DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A481DF

Black with #A481DF

Text Example


Text Example

White with #A481DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A481DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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