Html Css Color HEX #A16CEB Medium Purple

📋 copy color: '#A16CEB'

red 161 ◦ green 108 ◦ blue 235

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

Shades of Medium Purple #A16CEB

Tints of Medium Purple #A16CEB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.43%

 BLUE value IS 235 (92.19% from 255) = 46.63%

R = 31.94%
G = 21.43%
B = 46.63%

CMYK

 C value IS 0.31

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A16CEB (or 0xA16CEB) is known color: Medium Purple. HEX triplet: A1, 6C and EB. RGB value is (161,108,235). Sum of RGB (Red+Green+Blue) = 161+108+235=504 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.94% from 504); Green value is 108 (42.58% from 255 or 21.43% from 504); Blue value is 235 (92.19% from 255 or 46.63% from 504); Max value from RGB is 235 - color contains mainly: blue. Hex color #A16CEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A16CEB is #5E9314. Grayscale: #898989. Windows color (decimal): -6198037 or 15428769. OLE color: 15428769.

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

Color convert

RGB 161 108 235 -
CMYK 0.31 0.54 0 0.08
HSL 265.04º 0.76% 0.67% -
HSV(B) 265.04º 0.54% 0.92% -
XYZ 35.06 24.3 81.44 -
YUV 138.33 182.56 144.17 -
System Red Green Blue C M Y K H S L
Decimal 161 108 235 0.31 0.54 0 0.08 265.04 0.76 0.67
Hex A1 6C EB 1F 36 0 8 109 4C 43
Octal 241 154 353 37 66 0 10 411 114 103
Binary 10100001 1101100 11101011 11111 110110 0 1000 100001001 1001100 1000011

Color Harmonies of #A16CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16CEB

Black with #A16CEB

Text Example


Text Example

White with #A16CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16CEB; }

 p { color: rgb(161,108,235); }

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

background-color css

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

 a { background-color: rgb(161,108,235); }

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

border-color css

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

 span { border-color: rgb(161,108,235); }

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