Html Css Color HEX #A33488 Medium Red Violet

📋 copy color: '#A33488'

red 163 ◦ green 52 ◦ blue 136

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

Shades of Medium Red Violet #A33488

Tints of Medium Red Violet #A33488

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.81%

 BLUE value IS 136 (53.52% from 255) = 38.75%

R = 46.44%
G = 14.81%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#A33488 (or 0xA33488) is known color: Medium Red Violet. HEX triplet: A3, 34 and 88. RGB value is (163,52,136). Sum of RGB (Red+Green+Blue) = 163+52+136=351 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.44% from 351); Green value is 52 (20.70% from 255 or 14.81% from 351); Blue value is 136 (53.52% from 255 or 38.75% from 351); Max value from RGB is 163 - color contains mainly: red. Hex color #A33488 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33488 is #5CCB77. Grayscale: #5E5E5E. Windows color (decimal): -6081400 or 8926371. OLE color: 8926371.

HSL color Cylindrical-coordinate representation of color #A33488: hue angle of 314.59º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A33488 is Cyan = 0, Magento = 0.68, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 52 136 -
CMYK 0 0.68 0.17 0.36
HSL 314.59º 0.52% 0.42% -
HSV(B) 314.59º 0.68% 0.64% -
XYZ 20.78 12.02 24.52 -
YUV 94.77 151.27 176.67 -
System Red Green Blue C M Y K H S L
Decimal 163 52 136 0 0.68 0.17 0.36 314.59 0.52 0.42
Hex A3 34 88 0 44 11 24 13B 34 2A
Octal 243 64 210 0 104 21 44 473 64 52
Binary 10100011 110100 10001000 0 1000100 10001 100100 100111011 110100 101010

Color Harmonies of #A33488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33488

Black with #A33488

Text Example


Text Example

White with #A33488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33488; }

 p { color: rgb(163,52,136); }

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

background-color css

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

 a { background-color: rgb(163,52,136); }

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

border-color css

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

 span { border-color: rgb(163,52,136); }

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