Html Css Color HEX #A83093 Medium Red Violet

📋 copy color: '#A83093'

red 168 ◦ green 48 ◦ blue 147

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

Shades of Medium Red Violet #A83093

Tints of Medium Red Violet #A83093

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.22%

 BLUE value IS 147 (57.81% from 255) = 40.5%

R = 46.28%
G = 13.22%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.13

 K value IS 0.34

RGB Variations

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

Color information

#A83093 (or 0xA83093) is known color: Medium Red Violet. HEX triplet: A8, 30 and 93. RGB value is (168,48,147). Sum of RGB (Red+Green+Blue) = 168+48+147=363 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.28% from 363); Green value is 48 (19.14% from 255 or 13.22% from 363); Blue value is 147 (57.81% from 255 or 40.50% from 363); Max value from RGB is 168 - color contains mainly: red. Hex color #A83093 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83093 is #57CF6C. Grayscale: #5E5E5E. Windows color (decimal): -5754733 or 9646248. OLE color: 9646248.

HSL color Cylindrical-coordinate representation of color #A83093: hue angle of 310.5º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A83093 is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 48 147 -
CMYK 0 0.71 0.13 0.34
HSL 310.5º 0.56% 0.42% -
HSV(B) 310.5º 0.71% 0.66% -
XYZ 22.47 12.55 28.84 -
YUV 95.17 157.26 179.95 -
System Red Green Blue C M Y K H S L
Decimal 168 48 147 0 0.71 0.13 0.34 310.5 0.56 0.42
Hex A8 30 93 0 47 D 22 136 38 2A
Octal 250 60 223 0 107 15 42 466 70 52
Binary 10101000 110000 10010011 0 1000111 1101 100010 100110110 111000 101010

Color Harmonies of #A83093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83093

Black with #A83093

Text Example


Text Example

White with #A83093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83093; }

 p { color: rgb(168,48,147); }

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

background-color css

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

 a { background-color: rgb(168,48,147); }

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

border-color css

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

 span { border-color: rgb(168,48,147); }

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