Html Css Color HEX #A16EEA Medium Purple

📋 copy color: '#A16EEA'

red 161 ◦ green 110 ◦ blue 234

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

Shades of Medium Purple #A16EEA

Tints of Medium Purple #A16EEA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.78%

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

R = 31.88%
G = 21.78%
B = 46.34%

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

#A16EEA (or 0xA16EEA) is known color: Medium Purple. HEX triplet: A1, 6E and EA. RGB value is (161,110,234). Sum of RGB (Red+Green+Blue) = 161+110+234=505 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.88% from 505); Green value is 110 (43.36% from 255 or 21.78% from 505); Blue value is 234 (91.80% from 255 or 46.34% from 505); Max value from RGB is 234 - color contains mainly: blue. Hex color #A16EEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A16EEA is #5E9115. Grayscale: #8A8A8A. Windows color (decimal): -6197526 or 15363745. OLE color: 15363745.

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

Color convert

RGB 161 110 234 -
CMYK 0.31 0.53 0 0.08
HSL 264.68º 0.75% 0.67% -
HSV(B) 264.68º 0.53% 0.92% -
XYZ 35.13 24.67 80.75 -
YUV 139.39 181.4 143.42 -
System Red Green Blue C M Y K H S L
Decimal 161 110 234 0.31 0.53 0 0.08 264.68 0.75 0.67
Hex A1 6E EA 1F 35 0 8 109 4B 43
Octal 241 156 352 37 65 0 10 411 113 103
Binary 10100001 1101110 11101010 11111 110101 0 1000 100001001 1001011 1000011

Color Harmonies of #A16EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16EEA

Black with #A16EEA

Text Example


Text Example

White with #A16EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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