Html Css Color HEX #A33682 Medium Red Violet

📋 copy color: '#A33682'

red 163 ◦ green 54 ◦ blue 130

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

Shades of Medium Red Violet #A33682

Tints of Medium Red Violet #A33682

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.56%

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

R = 46.97%
G = 15.56%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A33682 (or 0xA33682) is known color: Medium Red Violet. HEX triplet: A3, 36 and 82. RGB value is (163,54,130). Sum of RGB (Red+Green+Blue) = 163+54+130=347 (45% of max value = 765). Red value is 163 (64.06% from 255 or 46.97% from 347); Green value is 54 (21.48% from 255 or 15.56% from 347); Blue value is 130 (51.17% from 255 or 37.46% from 347); Max value from RGB is 163 - color contains mainly: red. Hex color #A33682 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33682 is #5CC97D. Grayscale: #5F5F5F. Windows color (decimal): -6080894 or 8533667. OLE color: 8533667.

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

Color convert

RGB 163 54 130 -
CMYK 0 0.67 0.20 0.36
HSL 318.17º 0.5% 0.43% -
HSV(B) 318.17º 0.67% 0.64% -
XYZ 20.45 12.04 22.36 -
YUV 95.26 147.61 176.32 -
System Red Green Blue C M Y K H S L
Decimal 163 54 130 0 0.67 0.20 0.36 318.17 0.5 0.43
Hex A3 36 82 0 43 14 24 13E 32 2B
Octal 243 66 202 0 103 24 44 476 62 53
Binary 10100011 110110 10000010 0 1000011 10100 100100 100111110 110010 101011

Color Harmonies of #A33682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33682

Black with #A33682

Text Example


Text Example

White with #A33682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33682; }

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

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

background-color css

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

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

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

border-color css

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

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

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