Html Css Color HEX #A16FE8 Medium Purple

📋 copy color: '#A16FE8'

red 161 ◦ green 111 ◦ blue 232

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

Shades of Medium Purple #A16FE8

Tints of Medium Purple #A16FE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 46.03%

R = 31.94%
G = 22.02%
B = 46.03%

CMYK

 C value IS 0.31

 M value IS 0.52

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A16FE8 (or 0xA16FE8) is known color: Medium Purple. HEX triplet: A1, 6F and E8. RGB value is (161,111,232). Sum of RGB (Red+Green+Blue) = 161+111+232=504 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.94% from 504); Green value is 111 (43.75% from 255 or 22.02% from 504); Blue value is 232 (91.02% from 255 or 46.03% from 504); Max value from RGB is 232 - color contains mainly: blue. Hex color #A16FE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A16FE8 is #5E9017. Grayscale: #8B8B8B. Windows color (decimal): -6197272 or 15232929. OLE color: 15232929.

HSL color Cylindrical-coordinate representation of color #A16FE8: hue angle of 264.79º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A16FE8 is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 161 111 232 -
CMYK 0.31 0.52 0 0.09
HSL 264.79º 0.72% 0.67% -
HSV(B) 264.79º 0.52% 0.91% -
XYZ 34.95 24.77 79.28 -
YUV 139.74 180.07 143.16 -
System Red Green Blue C M Y K H S L
Decimal 161 111 232 0.31 0.52 0 0.09 264.79 0.72 0.67
Hex A1 6F E8 1F 34 0 9 109 48 43
Octal 241 157 350 37 64 0 11 411 110 103
Binary 10100001 1101111 11101000 11111 110100 0 1001 100001001 1001000 1000011

Color Harmonies of #A16FE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16FE8

Black with #A16FE8

Text Example


Text Example

White with #A16FE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16FE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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