Html Css Color HEX #A34282 Medium Red Violet

📋 copy color: '#A34282'

red 163 ◦ green 66 ◦ blue 130

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

Shades of Medium Red Violet #A34282

Tints of Medium Red Violet #A34282

RGB

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

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

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

R = 45.4%
G = 18.38%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A34282 (or 0xA34282) is known color: Medium Red Violet. HEX triplet: A3, 42 and 82. RGB value is (163,66,130). Sum of RGB (Red+Green+Blue) = 163+66+130=359 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.40% from 359); Green value is 66 (26.17% from 255 or 18.38% from 359); Blue value is 130 (51.17% from 255 or 36.21% from 359); Max value from RGB is 163 - color contains mainly: red. Hex color #A34282 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34282 is #5CBD7D. Grayscale: #666666. Windows color (decimal): -6077822 or 8536739. OLE color: 8536739.

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

Color convert

RGB 163 66 130 -
CMYK 0 0.60 0.20 0.36
HSL 320.41º 0.42% 0.45% -
HSV(B) 320.41º 0.6% 0.64% -
XYZ 21.08 13.29 22.57 -
YUV 102.3 143.64 171.3 -
System Red Green Blue C M Y K H S L
Decimal 163 66 130 0 0.60 0.20 0.36 320.41 0.42 0.45
Hex A3 42 82 0 3C 14 24 140 2A 2D
Octal 243 102 202 0 74 24 44 500 52 55
Binary 10100011 1000010 10000010 0 111100 10100 100100 101000000 101010 101101

Color Harmonies of #A34282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34282

Black with #A34282

Text Example


Text Example

White with #A34282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34282; }

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

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

background-color css

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

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

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

border-color css

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

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

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