Html Css Color HEX #A181F6 Medium Purple

📋 copy color: '#A181F6'

red 161 ◦ green 129 ◦ blue 246

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

Shades of Medium Purple #A181F6

Tints of Medium Purple #A181F6

RGB

 RED value IS 161 (63.28% from 255) = 30.04%

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

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

R = 30.04%
G = 24.07%
B = 45.9%

CMYK

 C value IS 0.35

 M value IS 0.48

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A181F6 (or 0xA181F6) is known color: Medium Purple. HEX triplet: A1, 81 and F6. RGB value is (161,129,246). Sum of RGB (Red+Green+Blue) = 161+129+246=536 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.04% from 536); Green value is 129 (50.78% from 255 or 24.07% from 536); Blue value is 246 (96.48% from 255 or 45.90% from 536); Max value from RGB is 246 - color contains mainly: blue. Hex color #A181F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A181F6 is #5E7E09. Grayscale: #979797. Windows color (decimal): -6192650 or 16155041. OLE color: 16155041.

HSL color Cylindrical-coordinate representation of color #A181F6: hue angle of 256.41º 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 #A181F6 is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 161 129 246 -
CMYK 0.35 0.48 0 0.04
HSL 256.41º 0.87% 0.74% -
HSV(B) 256.41º 0.48% 0.96% -
XYZ 39.18 29.93 90.9 -
YUV 151.91 181.1 134.49 -
System Red Green Blue C M Y K H S L
Decimal 161 129 246 0.35 0.48 0 0.04 256.41 0.87 0.74
Hex A1 81 F6 23 30 0 4 100 57 4A
Octal 241 201 366 43 60 0 4 400 127 112
Binary 10100001 10000001 11110110 100011 110000 0 100 100000000 1010111 1001010

Color Harmonies of #A181F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A181F6

Black with #A181F6

Text Example


Text Example

White with #A181F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A181F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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