Html Css Color HEX #A32798 Medium Red Violet

📋 copy color: '#A32798'

red 163 ◦ green 39 ◦ blue 152

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

Shades of Medium Red Violet #A32798

Tints of Medium Red Violet #A32798

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.02%

 BLUE value IS 152 (59.77% from 255) = 42.94%

R = 46.05%
G = 11.02%
B = 42.94%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A32798 (or 0xA32798) is known color: Medium Red Violet. HEX triplet: A3, 27 and 98. RGB value is (163,39,152). Sum of RGB (Red+Green+Blue) = 163+39+152=354 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.05% from 354); Green value is 39 (15.62% from 255 or 11.02% from 354); Blue value is 152 (59.77% from 255 or 42.94% from 354); Max value from RGB is 163 - color contains mainly: red. Hex color #A32798 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32798 is #5CD867. Grayscale: #585858. Windows color (decimal): -6084712 or 9971619. OLE color: 9971619.

HSL color Cylindrical-coordinate representation of color #A32798: hue angle of 305.32º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A32798 is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 39 152 -
CMYK 0 0.76 0.07 0.36
HSL 305.32º 0.61% 0.4% -
HSV(B) 305.32º 0.76% 0.64% -
XYZ 21.5 11.5 30.79 -
YUV 88.96 163.58 180.81 -
System Red Green Blue C M Y K H S L
Decimal 163 39 152 0 0.76 0.07 0.36 305.32 0.61 0.4
Hex A3 27 98 0 4C 7 24 131 3D 28
Octal 243 47 230 0 114 7 44 461 75 50
Binary 10100011 100111 10011000 0 1001100 111 100100 100110001 111101 101000

Color Harmonies of #A32798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32798

Black with #A32798

Text Example


Text Example

White with #A32798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32798; }

 p { color: rgb(163,39,152); }

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

background-color css

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

 a { background-color: rgb(163,39,152); }

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

border-color css

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

 span { border-color: rgb(163,39,152); }

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