Html Css Color HEX #A33282 Medium Red Violet

📋 copy color: '#A33282'

red 163 ◦ green 50 ◦ blue 130

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

Shades of Medium Red Violet #A33282

Tints of Medium Red Violet #A33282

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.58%

 BLUE value IS 130 (51.17% from 255) = 37.9%

R = 47.52%
G = 14.58%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A33282 (or 0xA33282) is known color: Medium Red Violet. HEX triplet: A3, 32 and 82. RGB value is (163,50,130). Sum of RGB (Red+Green+Blue) = 163+50+130=343 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.52% from 343); Green value is 50 (19.92% from 255 or 14.58% from 343); Blue value is 130 (51.17% from 255 or 37.90% from 343); Max value from RGB is 163 - color contains mainly: red. Hex color #A33282 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33282 is #5CCD7D. Grayscale: #5C5C5C. Windows color (decimal): -6081918 or 8532643. OLE color: 8532643.

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

Color convert

RGB 163 50 130 -
CMYK 0 0.69 0.20 0.36
HSL 317.52º 0.53% 0.42% -
HSV(B) 317.52º 0.69% 0.64% -
XYZ 20.27 11.68 22.3 -
YUV 92.91 148.94 178 -
System Red Green Blue C M Y K H S L
Decimal 163 50 130 0 0.69 0.20 0.36 317.52 0.53 0.42
Hex A3 32 82 0 45 14 24 13E 35 2A
Octal 243 62 202 0 105 24 44 476 65 52
Binary 10100011 110010 10000010 0 1000101 10100 100100 100111110 110101 101010

Color Harmonies of #A33282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33282

Black with #A33282

Text Example


Text Example

White with #A33282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33282; }

 p { color: rgb(163,50,130); }

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

background-color css

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

 a { background-color: rgb(163,50,130); }

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

border-color css

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

 span { border-color: rgb(163,50,130); }

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