Html Css Color HEX #A33D90 Medium Red Violet

📋 copy color: '#A33D90'

red 163 ◦ green 61 ◦ blue 144

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

Shades of Medium Red Violet #A33D90

Tints of Medium Red Violet #A33D90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 39.13%

R = 44.29%
G = 16.58%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A33D90 (or 0xA33D90) is known color: Medium Red Violet. HEX triplet: A3, 3D and 90. RGB value is (163,61,144). Sum of RGB (Red+Green+Blue) = 163+61+144=368 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.29% from 368); Green value is 61 (24.22% from 255 or 16.58% from 368); Blue value is 144 (56.64% from 255 or 39.13% from 368); Max value from RGB is 163 - color contains mainly: red. Hex color #A33D90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33D90 is #5CC26F. Grayscale: #646464. Windows color (decimal): -6079088 or 9452963. OLE color: 9452963.

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

Color convert

RGB 163 61 144 -
CMYK 0 0.63 0.12 0.36
HSL 311.18º 0.46% 0.44% -
HSV(B) 311.18º 0.63% 0.64% -
XYZ 21.81 13.14 27.77 -
YUV 100.96 152.29 172.25 -
System Red Green Blue C M Y K H S L
Decimal 163 61 144 0 0.63 0.12 0.36 311.18 0.46 0.44
Hex A3 3D 90 0 3F C 24 137 2E 2C
Octal 243 75 220 0 77 14 44 467 56 54
Binary 10100011 111101 10010000 0 111111 1100 100100 100110111 101110 101100

Color Harmonies of #A33D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33D90

Black with #A33D90

Text Example


Text Example

White with #A33D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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