Html Css Color HEX #A481F6 Medium Purple

📋 copy color: '#A481F6'

red 164 ◦ green 129 ◦ blue 246

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

Shades of Medium Purple #A481F6

Tints of Medium Purple #A481F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 45.64%

R = 30.43%
G = 23.93%
B = 45.64%

CMYK

 C value IS 0.33

 M value IS 0.48

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A481F6 (or 0xA481F6) is known color: Medium Purple. HEX triplet: A4, 81 and F6. RGB value is (164,129,246). Sum of RGB (Red+Green+Blue) = 164+129+246=539 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.43% from 539); Green value is 129 (50.78% from 255 or 23.93% from 539); Blue value is 246 (96.48% from 255 or 45.64% from 539); Max value from RGB is 246 - color contains mainly: blue. Hex color #A481F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A481F6 is #5B7E09. Grayscale: #989898. Windows color (decimal): -5996042 or 16155044. OLE color: 16155044.

HSL color Cylindrical-coordinate representation of color #A481F6: hue angle of 257.95º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A481F6 is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 164 129 246 -
CMYK 0.33 0.48 0 0.04
HSL 257.95º 0.87% 0.74% -
HSV(B) 257.95º 0.48% 0.96% -
XYZ 39.79 30.25 90.93 -
YUV 152.8 180.6 135.99 -
System Red Green Blue C M Y K H S L
Decimal 164 129 246 0.33 0.48 0 0.04 257.95 0.87 0.74
Hex A4 81 F6 21 30 0 4 102 57 4A
Octal 244 201 366 41 60 0 4 402 127 112
Binary 10100100 10000001 11110110 100001 110000 0 100 100000010 1010111 1001010

Color Harmonies of #A481F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A481F6

Black with #A481F6

Text Example


Text Example

White with #A481F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A481F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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