Html Css Color HEX #A8338A Medium Red Violet

📋 copy color: '#A8338A'

red 168 ◦ green 51 ◦ blue 138

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

Shades of Medium Red Violet #A8338A

Tints of Medium Red Violet #A8338A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.66%

R = 47.06%
G = 14.29%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.18

 K value IS 0.34

RGB Variations

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

Color information

#A8338A (or 0xA8338A) is known color: Medium Red Violet. HEX triplet: A8, 33 and 8A. RGB value is (168,51,138). Sum of RGB (Red+Green+Blue) = 168+51+138=357 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.06% from 357); Green value is 51 (20.31% from 255 or 14.29% from 357); Blue value is 138 (54.30% from 255 or 38.66% from 357); Max value from RGB is 168 - color contains mainly: red. Hex color #A8338A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8338A is #57CC75. Grayscale: #5F5F5F. Windows color (decimal): -5753974 or 9057192. OLE color: 9057192.

HSL color Cylindrical-coordinate representation of color #A8338A: hue angle of 315.38º 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 #A8338A is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 51 138 -
CMYK 0 0.70 0.18 0.34
HSL 315.38º 0.53% 0.43% -
HSV(B) 315.38º 0.7% 0.66% -
XYZ 21.92 12.53 25.31 -
YUV 95.9 151.76 179.43 -
System Red Green Blue C M Y K H S L
Decimal 168 51 138 0 0.70 0.18 0.34 315.38 0.53 0.43
Hex A8 33 8A 0 46 12 22 13B 35 2B
Octal 250 63 212 0 106 22 42 473 65 53
Binary 10101000 110011 10001010 0 1000110 10010 100010 100111011 110101 101011

Color Harmonies of #A8338A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8338A

Black with #A8338A

Text Example


Text Example

White with #A8338A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8338A; }

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

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

background-color css

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

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

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

border-color css

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

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

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