Html Css Color HEX #A33A8D Medium Red Violet

📋 copy color: '#A33A8D'

red 163 ◦ green 58 ◦ blue 141

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

Shades of Medium Red Violet #A33A8D

Tints of Medium Red Violet #A33A8D

RGB

 RED value IS 163 (64.06% from 255) = 45.03%

 GREEN value IS 58 (23.05% from 255) = 16.02%

 BLUE value IS 141 (55.47% from 255) = 38.95%

R = 45.03%
G = 16.02%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A33A8D (or 0xA33A8D) is known color: Medium Red Violet. HEX triplet: A3, 3A and 8D. RGB value is (163,58,141). Sum of RGB (Red+Green+Blue) = 163+58+141=362 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.03% from 362); Green value is 58 (23.05% from 255 or 16.02% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 163 - color contains mainly: red. Hex color #A33A8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33A8D is #5CC572. Grayscale: #626262. Windows color (decimal): -6079859 or 9255587. OLE color: 9255587.

HSL color Cylindrical-coordinate representation of color #A33A8D: hue angle of 312.57º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A33A8D is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 58 141 -
CMYK 0 0.64 0.13 0.36
HSL 312.57º 0.48% 0.43% -
HSV(B) 312.57º 0.64% 0.64% -
XYZ 21.43 12.74 26.53 -
YUV 98.86 151.79 173.75 -
System Red Green Blue C M Y K H S L
Decimal 163 58 141 0 0.64 0.13 0.36 312.57 0.48 0.43
Hex A3 3A 8D 0 40 D 24 139 30 2B
Octal 243 72 215 0 100 15 44 471 60 53
Binary 10100011 111010 10001101 0 1000000 1101 100100 100111001 110000 101011

Color Harmonies of #A33A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33A8D

Black with #A33A8D

Text Example


Text Example

White with #A33A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33A8D; }

 p { color: rgb(163,58,141); }

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

background-color css

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

 a { background-color: rgb(163,58,141); }

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

border-color css

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

 span { border-color: rgb(163,58,141); }

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