Html Css Color HEX #AE3482 Medium Red Violet

📋 copy color: '#AE3482'

red 174 ◦ green 52 ◦ blue 130

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

Shades of Medium Red Violet #AE3482

Tints of Medium Red Violet #AE3482

RGB

 RED value IS 174 (68.36% from 255) = 48.88%

 GREEN value IS 52 (20.7% from 255) = 14.61%

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

R = 48.88%
G = 14.61%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#AE3482 (or 0xAE3482) is known color: Medium Red Violet. HEX triplet: AE, 34 and 82. RGB value is (174,52,130). Sum of RGB (Red+Green+Blue) = 174+52+130=356 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.88% from 356); Green value is 52 (20.70% from 255 or 14.61% from 356); Blue value is 130 (51.17% from 255 or 36.52% from 356); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3482 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE3482 is #51CB7D. Grayscale: #616161. Windows color (decimal): -5360510 or 8533166. OLE color: 8533166.

HSL color Cylindrical-coordinate representation of color #AE3482: hue angle of 321.64º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AE3482 is Cyan = 0, Magento = 0.70, Yellow = 0.25 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 52 130 -
CMYK 0 0.70 0.25 0.32
HSL 321.64º 0.54% 0.44% -
HSV(B) 321.64º 0.7% 0.68% -
XYZ 22.71 13.07 22.44 -
YUV 97.37 146.42 182.66 -
System Red Green Blue C M Y K H S L
Decimal 174 52 130 0 0.70 0.25 0.32 321.64 0.54 0.44
Hex AE 34 82 0 46 19 20 142 36 2C
Octal 256 64 202 0 106 31 40 502 66 54
Binary 10101110 110100 10000010 0 1000110 11001 100000 101000010 110110 101100

Color Harmonies of #AE3482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3482

Black with #AE3482

Text Example


Text Example

White with #AE3482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3482; }

 p { color: rgb(174,52,130); }

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

background-color css

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

 a { background-color: rgb(174,52,130); }

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

border-color css

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

 span { border-color: rgb(174,52,130); }

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