Html Css Color HEX #A33D94 Medium Red Violet

📋 copy color: '#A33D94'

red 163 ◦ green 61 ◦ blue 148

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

Shades of Medium Red Violet #A33D94

Tints of Medium Red Violet #A33D94

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.4%

 BLUE value IS 148 (58.2% from 255) = 39.78%

R = 43.82%
G = 16.4%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A33D94 (or 0xA33D94) is known color: Medium Red Violet. HEX triplet: A3, 3D and 94. RGB value is (163,61,148). Sum of RGB (Red+Green+Blue) = 163+61+148=372 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.82% from 372); Green value is 61 (24.22% from 255 or 16.40% from 372); Blue value is 148 (58.20% from 255 or 39.78% from 372); Max value from RGB is 163 - color contains mainly: red. Hex color #A33D94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33D94 is #5CC26B. Grayscale: #656565. Windows color (decimal): -6079084 or 9715107. OLE color: 9715107.

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

Color convert

RGB 163 61 148 -
CMYK 0 0.63 0.09 0.36
HSL 308.82º 0.46% 0.44% -
HSV(B) 308.82º 0.63% 0.64% -
XYZ 22.12 13.26 29.41 -
YUV 101.42 154.29 171.93 -
System Red Green Blue C M Y K H S L
Decimal 163 61 148 0 0.63 0.09 0.36 308.82 0.46 0.44
Hex A3 3D 94 0 3F 9 24 135 2E 2C
Octal 243 75 224 0 77 11 44 465 56 54
Binary 10100011 111101 10010100 0 111111 1001 100100 100110101 101110 101100

Color Harmonies of #A33D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33D94

Black with #A33D94

Text Example


Text Example

White with #A33D94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33D94; }

 p { color: rgb(163,61,148); }

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

background-color css

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

 a { background-color: rgb(163,61,148); }

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

border-color css

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

 span { border-color: rgb(163,61,148); }

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