Html Css Color HEX #A3427E Medium Red Violet

📋 copy color: '#A3427E'

red 163 ◦ green 66 ◦ blue 126

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

Shades of Medium Red Violet #A3427E

Tints of Medium Red Violet #A3427E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.59%

 BLUE value IS 126 (49.61% from 255) = 35.49%

R = 45.92%
G = 18.59%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A3427E (or 0xA3427E) is known color: Medium Red Violet. HEX triplet: A3, 42 and 7E. RGB value is (163,66,126). Sum of RGB (Red+Green+Blue) = 163+66+126=355 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.92% from 355); Green value is 66 (26.17% from 255 or 18.59% from 355); Blue value is 126 (49.61% from 255 or 35.49% from 355); Max value from RGB is 163 - color contains mainly: red. Hex color #A3427E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3427E is #5CBD81. Grayscale: #656565. Windows color (decimal): -6077826 or 8274595. OLE color: 8274595.

HSL color Cylindrical-coordinate representation of color #A3427E: hue angle of 322.89º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A3427E is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 66 126 -
CMYK 0 0.60 0.23 0.36
HSL 322.89º 0.42% 0.45% -
HSV(B) 322.89º 0.6% 0.64% -
XYZ 20.82 13.19 21.19 -
YUV 101.84 141.64 171.62 -
System Red Green Blue C M Y K H S L
Decimal 163 66 126 0 0.60 0.23 0.36 322.89 0.42 0.45
Hex A3 42 7E 0 3C 17 24 143 2A 2D
Octal 243 102 176 0 74 27 44 503 52 55
Binary 10100011 1000010 1111110 0 111100 10111 100100 101000011 101010 101101

Color Harmonies of #A3427E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3427E

Black with #A3427E

Text Example


Text Example

White with #A3427E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3427E; }

 p { color: rgb(163,66,126); }

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

background-color css

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

 a { background-color: rgb(163,66,126); }

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

border-color css

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

 span { border-color: rgb(163,66,126); }

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