Html Css Color HEX #A181EA Medium Purple

📋 copy color: '#A181EA'

red 161 ◦ green 129 ◦ blue 234

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

Shades of Medium Purple #A181EA

Tints of Medium Purple #A181EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.66%

R = 30.73%
G = 24.62%
B = 44.66%

CMYK

 C value IS 0.31

 M value IS 0.45

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A181EA (or 0xA181EA) is known color: Medium Purple. HEX triplet: A1, 81 and EA. RGB value is (161,129,234). Sum of RGB (Red+Green+Blue) = 161+129+234=524 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.73% from 524); Green value is 129 (50.78% from 255 or 24.62% from 524); Blue value is 234 (91.80% from 255 or 44.66% from 524); Max value from RGB is 234 - color contains mainly: blue. Hex color #A181EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A181EA is #5E7E15. Grayscale: #969696. Windows color (decimal): -6192662 or 15368609. OLE color: 15368609.

HSL color Cylindrical-coordinate representation of color #A181EA: hue angle of 258.29º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A181EA is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 161 129 234 -
CMYK 0.31 0.45 0 0.08
HSL 258.29º 0.71% 0.71% -
HSV(B) 258.29º 0.45% 0.92% -
XYZ 37.4 29.22 81.51 -
YUV 150.54 175.1 135.46 -
System Red Green Blue C M Y K H S L
Decimal 161 129 234 0.31 0.45 0 0.08 258.29 0.71 0.71
Hex A1 81 EA 1F 2D 0 8 102 47 47
Octal 241 201 352 37 55 0 10 402 107 107
Binary 10100001 10000001 11101010 11111 101101 0 1000 100000010 1000111 1000111

Color Harmonies of #A181EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A181EA

Black with #A181EA

Text Example


Text Example

White with #A181EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A181EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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