Html Css Color HEX #A83E98 Medium Red Violet

📋 copy color: '#A83E98'

red 168 ◦ green 62 ◦ blue 152

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

Shades of Medium Red Violet #A83E98

Tints of Medium Red Violet #A83E98

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.23%

 BLUE value IS 152 (59.77% from 255) = 39.79%

R = 43.98%
G = 16.23%
B = 39.79%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.10

 K value IS 0.34

RGB Variations

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

Color information

#A83E98 (or 0xA83E98) is known color: Medium Red Violet. HEX triplet: A8, 3E and 98. RGB value is (168,62,152). Sum of RGB (Red+Green+Blue) = 168+62+152=382 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.98% from 382); Green value is 62 (24.61% from 255 or 16.23% from 382); Blue value is 152 (59.77% from 255 or 39.79% from 382); Max value from RGB is 168 - color contains mainly: red. Hex color #A83E98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83E98 is #57C167. Grayscale: #676767. Windows color (decimal): -5751144 or 9977512. OLE color: 9977512.

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

Color convert

RGB 168 62 152 -
CMYK 0 0.63 0.10 0.34
HSL 309.06º 0.46% 0.45% -
HSV(B) 309.06º 0.63% 0.66% -
XYZ 23.54 14.04 31.17 -
YUV 103.95 155.12 173.68 -
System Red Green Blue C M Y K H S L
Decimal 168 62 152 0 0.63 0.10 0.34 309.06 0.46 0.45
Hex A8 3E 98 0 3F A 22 135 2E 2D
Octal 250 76 230 0 77 12 42 465 56 55
Binary 10101000 111110 10011000 0 111111 1010 100010 100110101 101110 101101

Color Harmonies of #A83E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83E98

Black with #A83E98

Text Example


Text Example

White with #A83E98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83E98; }

 p { color: rgb(168,62,152); }

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

background-color css

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

 a { background-color: rgb(168,62,152); }

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

border-color css

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

 span { border-color: rgb(168,62,152); }

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