Html Css Color HEX #A83490 Medium Red Violet

📋 copy color: '#A83490'

red 168 ◦ green 52 ◦ blue 144

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

Shades of Medium Red Violet #A83490

Tints of Medium Red Violet #A83490

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.29%

 BLUE value IS 144 (56.64% from 255) = 39.56%

R = 46.15%
G = 14.29%
B = 39.56%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.14

 K value IS 0.34

RGB Variations

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

Color information

#A83490 (or 0xA83490) is known color: Medium Red Violet. HEX triplet: A8, 34 and 90. RGB value is (168,52,144). Sum of RGB (Red+Green+Blue) = 168+52+144=364 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.15% from 364); Green value is 52 (20.70% from 255 or 14.29% from 364); Blue value is 144 (56.64% from 255 or 39.56% from 364); Max value from RGB is 168 - color contains mainly: red. Hex color #A83490 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83490 is #57CB6F. Grayscale: #606060. Windows color (decimal): -5753712 or 9450664. OLE color: 9450664.

HSL color Cylindrical-coordinate representation of color #A83490: hue angle of 312.41º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A83490 is Cyan = 0, Magento = 0.69, Yellow = 0.14 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 52 144 -
CMYK 0 0.69 0.14 0.34
HSL 312.41º 0.53% 0.43% -
HSV(B) 312.41º 0.69% 0.66% -
XYZ 22.41 12.79 27.67 -
YUV 97.17 154.43 178.52 -
System Red Green Blue C M Y K H S L
Decimal 168 52 144 0 0.69 0.14 0.34 312.41 0.53 0.43
Hex A8 34 90 0 45 E 22 138 35 2B
Octal 250 64 220 0 105 16 42 470 65 53
Binary 10101000 110100 10010000 0 1000101 1110 100010 100111000 110101 101011

Color Harmonies of #A83490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83490

Black with #A83490

Text Example


Text Example

White with #A83490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83490; }

 p { color: rgb(168,52,144); }

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

background-color css

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

 a { background-color: rgb(168,52,144); }

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

border-color css

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

 span { border-color: rgb(168,52,144); }

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