Html Css Color HEX #A3368A Medium Red Violet

📋 copy color: '#A3368A'

red 163 ◦ green 54 ◦ blue 138

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

Shades of Medium Red Violet #A3368A

Tints of Medium Red Violet #A3368A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.87%

R = 45.92%
G = 15.21%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A3368A (or 0xA3368A) is known color: Medium Red Violet. HEX triplet: A3, 36 and 8A. RGB value is (163,54,138). Sum of RGB (Red+Green+Blue) = 163+54+138=355 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.92% from 355); Green value is 54 (21.48% from 255 or 15.21% from 355); Blue value is 138 (54.30% from 255 or 38.87% from 355); Max value from RGB is 163 - color contains mainly: red. Hex color #A3368A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3368A is #5CC975. Grayscale: #5F5F5F. Windows color (decimal): -6080886 or 9057955. OLE color: 9057955.

HSL color Cylindrical-coordinate representation of color #A3368A: hue angle of 313.76º 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 #A3368A is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 54 138 -
CMYK 0 0.67 0.15 0.36
HSL 313.76º 0.5% 0.43% -
HSV(B) 313.76º 0.67% 0.64% -
XYZ 21.01 12.26 25.3 -
YUV 96.17 151.61 175.67 -
System Red Green Blue C M Y K H S L
Decimal 163 54 138 0 0.67 0.15 0.36 313.76 0.5 0.43
Hex A3 36 8A 0 43 F 24 13A 32 2B
Octal 243 66 212 0 103 17 44 472 62 53
Binary 10100011 110110 10001010 0 1000011 1111 100100 100111010 110010 101011

Color Harmonies of #A3368A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3368A

Black with #A3368A

Text Example


Text Example

White with #A3368A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3368A; }

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

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

background-color css

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

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

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

border-color css

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

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

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