Html Css Color HEX #A8338F Medium Red Violet

📋 copy color: '#A8338F'

red 168 ◦ green 51 ◦ blue 143

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

Shades of Medium Red Violet #A8338F

Tints of Medium Red Violet #A8338F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 39.5%

R = 46.41%
G = 14.09%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.15

 K value IS 0.34

RGB Variations

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

Color information

#A8338F (or 0xA8338F) is known color: Medium Red Violet. HEX triplet: A8, 33 and 8F. RGB value is (168,51,143). Sum of RGB (Red+Green+Blue) = 168+51+143=362 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.41% from 362); Green value is 51 (20.31% from 255 or 14.09% from 362); Blue value is 143 (56.25% from 255 or 39.50% from 362); Max value from RGB is 168 - color contains mainly: red. Hex color #A8338F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8338F is #57CC70. Grayscale: #606060. Windows color (decimal): -5753969 or 9384872. OLE color: 9384872.

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

Color convert

RGB 168 51 143 -
CMYK 0 0.70 0.15 0.34
HSL 312.82º 0.53% 0.43% -
HSV(B) 312.82º 0.7% 0.66% -
XYZ 22.29 12.68 27.26 -
YUV 96.47 154.26 179.02 -
System Red Green Blue C M Y K H S L
Decimal 168 51 143 0 0.70 0.15 0.34 312.82 0.53 0.43
Hex A8 33 8F 0 46 F 22 139 35 2B
Octal 250 63 217 0 106 17 42 471 65 53
Binary 10101000 110011 10001111 0 1000110 1111 100010 100111001 110101 101011

Color Harmonies of #A8338F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8338F

Black with #A8338F

Text Example


Text Example

White with #A8338F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8338F; }

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

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

background-color css

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

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

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

border-color css

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

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

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