Html Css Color HEX #A33E7D Medium Red Violet

📋 copy color: '#A33E7D'

red 163 ◦ green 62 ◦ blue 125

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

Shades of Medium Red Violet #A33E7D

Tints of Medium Red Violet #A33E7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.71%

R = 46.57%
G = 17.71%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A33E7D (or 0xA33E7D) is known color: Medium Red Violet. HEX triplet: A3, 3E and 7D. RGB value is (163,62,125). Sum of RGB (Red+Green+Blue) = 163+62+125=350 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.57% from 350); Green value is 62 (24.61% from 255 or 17.71% from 350); Blue value is 125 (49.22% from 255 or 35.71% from 350); Max value from RGB is 163 - color contains mainly: red. Hex color #A33E7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33E7D is #5CC182. Grayscale: #636363. Windows color (decimal): -6078851 or 8208035. OLE color: 8208035.

HSL color Cylindrical-coordinate representation of color #A33E7D: hue angle of 322.57º 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 #A33E7D is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 62 125 -
CMYK 0 0.62 0.23 0.36
HSL 322.57º 0.45% 0.44% -
HSV(B) 322.57º 0.62% 0.64% -
XYZ 20.53 12.71 20.77 -
YUV 99.38 142.46 173.38 -
System Red Green Blue C M Y K H S L
Decimal 163 62 125 0 0.62 0.23 0.36 322.57 0.45 0.44
Hex A3 3E 7D 0 3E 17 24 143 2D 2C
Octal 243 76 175 0 76 27 44 503 55 54
Binary 10100011 111110 1111101 0 111110 10111 100100 101000011 101101 101100

Color Harmonies of #A33E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33E7D

Black with #A33E7D

Text Example


Text Example

White with #A33E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33E7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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