Html Css Color HEX #A83C99 Medium Red Violet

📋 copy color: '#A83C99'

red 168 ◦ green 60 ◦ blue 153

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

Shades of Medium Red Violet #A83C99

Tints of Medium Red Violet #A83C99

RGB

 RED value IS 168 (66.02% from 255) = 44.09%

 GREEN value IS 60 (23.83% from 255) = 15.75%

 BLUE value IS 153 (60.16% from 255) = 40.16%

R = 44.09%
G = 15.75%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.09

 K value IS 0.34

RGB Variations

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

Color information

#A83C99 (or 0xA83C99) is known color: Medium Red Violet. HEX triplet: A8, 3C and 99. RGB value is (168,60,153). Sum of RGB (Red+Green+Blue) = 168+60+153=381 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.09% from 381); Green value is 60 (23.83% from 255 or 15.75% from 381); Blue value is 153 (60.16% from 255 or 40.16% from 381); Max value from RGB is 168 - color contains mainly: red. Hex color #A83C99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83C99 is #57C366. Grayscale: #666666. Windows color (decimal): -5751655 or 10042536. OLE color: 10042536.

HSL color Cylindrical-coordinate representation of color #A83C99: hue angle of 308.33º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A83C99 is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 60 153 -
CMYK 0 0.64 0.09 0.34
HSL 308.33º 0.47% 0.45% -
HSV(B) 308.33º 0.64% 0.66% -
XYZ 23.51 13.86 31.57 -
YUV 102.89 156.28 174.44 -
System Red Green Blue C M Y K H S L
Decimal 168 60 153 0 0.64 0.09 0.34 308.33 0.47 0.45
Hex A8 3C 99 0 40 9 22 134 2F 2D
Octal 250 74 231 0 100 11 42 464 57 55
Binary 10101000 111100 10011001 0 1000000 1001 100010 100110100 101111 101101

Color Harmonies of #A83C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83C99

Black with #A83C99

Text Example


Text Example

White with #A83C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83C99; }

 p { color: rgb(168,60,153); }

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

background-color css

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

 a { background-color: rgb(168,60,153); }

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

border-color css

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

 span { border-color: rgb(168,60,153); }

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