Html Css Color HEX #A181EE Medium Purple

📋 copy color: '#A181EE'

red 161 ◦ green 129 ◦ blue 238

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

Shades of Medium Purple #A181EE

Tints of Medium Purple #A181EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.08%

R = 30.49%
G = 24.43%
B = 45.08%

CMYK

 C value IS 0.32

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A181EE (or 0xA181EE) is known color: Medium Purple. HEX triplet: A1, 81 and EE. RGB value is (161,129,238). Sum of RGB (Red+Green+Blue) = 161+129+238=528 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.49% from 528); Green value is 129 (50.78% from 255 or 24.43% from 528); Blue value is 238 (93.36% from 255 or 45.08% from 528); Max value from RGB is 238 - color contains mainly: blue. Hex color #A181EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A181EE is #5E7E11. Grayscale: #969696. Windows color (decimal): -6192658 or 15630753. OLE color: 15630753.

HSL color Cylindrical-coordinate representation of color #A181EE: hue angle of 257.61º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A181EE is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 129 238 -
CMYK 0.32 0.46 0 0.07
HSL 257.61º 0.76% 0.72% -
HSV(B) 257.61º 0.46% 0.93% -
XYZ 37.98 29.45 84.57 -
YUV 150.99 177.1 135.14 -
System Red Green Blue C M Y K H S L
Decimal 161 129 238 0.32 0.46 0 0.07 257.61 0.76 0.72
Hex A1 81 EE 20 2E 0 7 102 4C 48
Octal 241 201 356 40 56 0 7 402 114 110
Binary 10100001 10000001 11101110 100000 101110 0 111 100000010 1001100 1001000

Color Harmonies of #A181EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A181EE

Black with #A181EE

Text Example


Text Example

White with #A181EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A181EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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