Html Css Color HEX #A163EF Medium Purple

📋 copy color: '#A163EF'

red 161 ◦ green 99 ◦ blue 239

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

Shades of Medium Purple #A163EF

Tints of Medium Purple #A163EF

RGB

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

 GREEN value IS 99 (39.06% from 255) = 19.84%

 BLUE value IS 239 (93.75% from 255) = 47.9%

R = 32.26%
G = 19.84%
B = 47.9%

CMYK

 C value IS 0.33

 M value IS 0.59

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A163EF (or 0xA163EF) is known color: Medium Purple. HEX triplet: A1, 63 and EF. RGB value is (161,99,239). Sum of RGB (Red+Green+Blue) = 161+99+239=499 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.26% from 499); Green value is 99 (39.06% from 255 or 19.84% from 499); Blue value is 239 (93.75% from 255 or 47.90% from 499); Max value from RGB is 239 - color contains mainly: blue. Hex color #A163EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A163EF is #5E9C10. Grayscale: #858585. Windows color (decimal): -6200337 or 15688609. OLE color: 15688609.

HSL color Cylindrical-coordinate representation of color #A163EF: hue angle of 266.57º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A163EF is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 161 99 239 -
CMYK 0.33 0.59 0 0.06
HSL 266.57º 0.81% 0.66% -
HSV(B) 266.57º 0.59% 0.94% -
XYZ 34.74 22.73 84.22 -
YUV 133.5 187.54 147.62 -
System Red Green Blue C M Y K H S L
Decimal 161 99 239 0.33 0.59 0 0.06 266.57 0.81 0.66
Hex A1 63 EF 21 3B 0 6 10B 51 42
Octal 241 143 357 41 73 0 6 413 121 102
Binary 10100001 1100011 11101111 100001 111011 0 110 100001011 1010001 1000010

Color Harmonies of #A163EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A163EF

Black with #A163EF

Text Example


Text Example

White with #A163EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A163EF; }

 p { color: rgb(161,99,239); }

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

background-color css

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

 a { background-color: rgb(161,99,239); }

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

border-color css

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

 span { border-color: rgb(161,99,239); }

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