Html Css Color HEX #A33378 Medium Red Violet

📋 copy color: '#A33378'

red 163 ◦ green 51 ◦ blue 120

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

Shades of Medium Red Violet #A33378

Tints of Medium Red Violet #A33378

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.27%

 BLUE value IS 120 (47.27% from 255) = 35.93%

R = 48.8%
G = 15.27%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A33378 (or 0xA33378) is known color: Medium Red Violet. HEX triplet: A3, 33 and 78. RGB value is (163,51,120). Sum of RGB (Red+Green+Blue) = 163+51+120=334 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.80% from 334); Green value is 51 (20.31% from 255 or 15.27% from 334); Blue value is 120 (47.27% from 255 or 35.93% from 334); Max value from RGB is 163 - color contains mainly: red. Hex color #A33378 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33378 is #5CCC87. Grayscale: #5C5C5C. Windows color (decimal): -6081672 or 7877539. OLE color: 7877539.

HSL color Cylindrical-coordinate representation of color #A33378: hue angle of 323.04º degrees, saturation: 0.52, 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 #A33378 is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 51 120 -
CMYK 0 0.69 0.26 0.36
HSL 323.04º 0.52% 0.42% -
HSV(B) 323.04º 0.69% 0.64% -
XYZ 19.68 11.51 18.95 -
YUV 92.35 143.61 178.39 -
System Red Green Blue C M Y K H S L
Decimal 163 51 120 0 0.69 0.26 0.36 323.04 0.52 0.42
Hex A3 33 78 0 45 1A 24 143 34 2A
Octal 243 63 170 0 105 32 44 503 64 52
Binary 10100011 110011 1111000 0 1000101 11010 100100 101000011 110100 101010

Color Harmonies of #A33378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33378

Black with #A33378

Text Example


Text Example

White with #A33378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33378; }

 p { color: rgb(163,51,120); }

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

background-color css

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

 a { background-color: rgb(163,51,120); }

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

border-color css

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

 span { border-color: rgb(163,51,120); }

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