Html Css Color HEX #A8338C Medium Red Violet

📋 copy color: '#A8338C'

red 168 ◦ green 51 ◦ blue 140

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

Shades of Medium Red Violet #A8338C

Tints of Medium Red Violet #A8338C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.21%

 BLUE value IS 140 (55.08% from 255) = 39%

R = 46.8%
G = 14.21%
B = 39%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.17

 K value IS 0.34

RGB Variations

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

Color information

#A8338C (or 0xA8338C) is known color: Medium Red Violet. HEX triplet: A8, 33 and 8C. RGB value is (168,51,140). Sum of RGB (Red+Green+Blue) = 168+51+140=359 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.80% from 359); Green value is 51 (20.31% from 255 or 14.21% from 359); Blue value is 140 (55.08% from 255 or 39.00% from 359); Max value from RGB is 168 - color contains mainly: red. Hex color #A8338C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8338C is #57CC73. Grayscale: #5F5F5F. Windows color (decimal): -5753972 or 9188264. OLE color: 9188264.

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

Color convert

RGB 168 51 140 -
CMYK 0 0.70 0.17 0.34
HSL 314.36º 0.53% 0.43% -
HSV(B) 314.36º 0.7% 0.66% -
XYZ 22.07 12.59 26.08 -
YUV 96.13 152.76 179.26 -
System Red Green Blue C M Y K H S L
Decimal 168 51 140 0 0.70 0.17 0.34 314.36 0.53 0.43
Hex A8 33 8C 0 46 11 22 13A 35 2B
Octal 250 63 214 0 106 21 42 472 65 53
Binary 10101000 110011 10001100 0 1000110 10001 100010 100111010 110101 101011

Color Harmonies of #A8338C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8338C

Black with #A8338C

Text Example


Text Example

White with #A8338C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8338C; }

 p { color: rgb(168,51,140); }

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

background-color css

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

 a { background-color: rgb(168,51,140); }

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

border-color css

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

 span { border-color: rgb(168,51,140); }

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