Html Css Color HEX #A33E8D Medium Red Violet

📋 copy color: '#A33E8D'

red 163 ◦ green 62 ◦ blue 141

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

Shades of Medium Red Violet #A33E8D

Tints of Medium Red Violet #A33E8D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.94%

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

R = 44.54%
G = 16.94%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A33E8D (or 0xA33E8D) is known color: Medium Red Violet. HEX triplet: A3, 3E and 8D. RGB value is (163,62,141). Sum of RGB (Red+Green+Blue) = 163+62+141=366 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.54% from 366); Green value is 62 (24.61% from 255 or 16.94% from 366); Blue value is 141 (55.47% from 255 or 38.52% from 366); Max value from RGB is 163 - color contains mainly: red. Hex color #A33E8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33E8D is #5CC172. Grayscale: #646464. Windows color (decimal): -6078835 or 9256611. OLE color: 9256611.

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

Color convert

RGB 163 62 141 -
CMYK 0 0.62 0.13 0.36
HSL 313.07º 0.45% 0.44% -
HSV(B) 313.07º 0.62% 0.64% -
XYZ 21.63 13.15 26.6 -
YUV 101.21 150.46 172.08 -
System Red Green Blue C M Y K H S L
Decimal 163 62 141 0 0.62 0.13 0.36 313.07 0.45 0.44
Hex A3 3E 8D 0 3E D 24 139 2D 2C
Octal 243 76 215 0 76 15 44 471 55 54
Binary 10100011 111110 10001101 0 111110 1101 100100 100111001 101101 101100

Color Harmonies of #A33E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33E8D

Black with #A33E8D

Text Example


Text Example

White with #A33E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33E8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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