Html Css Color HEX #A16FEA Medium Purple

📋 copy color: '#A16FEA'

red 161 ◦ green 111 ◦ blue 234

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

Shades of Medium Purple #A16FEA

Tints of Medium Purple #A16FEA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.94%

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

R = 31.82%
G = 21.94%
B = 46.25%

CMYK

 C value IS 0.31

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A16FEA (or 0xA16FEA) is known color: Medium Purple. HEX triplet: A1, 6F and EA. RGB value is (161,111,234). Sum of RGB (Red+Green+Blue) = 161+111+234=506 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.82% from 506); Green value is 111 (43.75% from 255 or 21.94% from 506); Blue value is 234 (91.80% from 255 or 46.25% from 506); Max value from RGB is 234 - color contains mainly: blue. Hex color #A16FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A16FEA is #5E9015. Grayscale: #8B8B8B. Windows color (decimal): -6197270 or 15364001. OLE color: 15364001.

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

Color convert

RGB 161 111 234 -
CMYK 0.31 0.53 0 0.08
HSL 264.39º 0.75% 0.68% -
HSV(B) 264.39º 0.53% 0.92% -
XYZ 35.23 24.89 80.79 -
YUV 139.97 181.07 143 -
System Red Green Blue C M Y K H S L
Decimal 161 111 234 0.31 0.53 0 0.08 264.39 0.75 0.68
Hex A1 6F EA 1F 35 0 8 108 4B 44
Octal 241 157 352 37 65 0 10 410 113 104
Binary 10100001 1101111 11101010 11111 110101 0 1000 100001000 1001011 1000100

Color Harmonies of #A16FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16FEA

Black with #A16FEA

Text Example


Text Example

White with #A16FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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