Html Css Color HEX #AE4082 Medium Red Violet

📋 copy color: '#AE4082'

red 174 ◦ green 64 ◦ blue 130

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

Shades of Medium Red Violet #AE4082

Tints of Medium Red Violet #AE4082

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.39%

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

R = 47.28%
G = 17.39%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#AE4082 (or 0xAE4082) is known color: Medium Red Violet. HEX triplet: AE, 40 and 82. RGB value is (174,64,130). Sum of RGB (Red+Green+Blue) = 174+64+130=368 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.28% from 368); Green value is 64 (25.39% from 255 or 17.39% from 368); Blue value is 130 (51.17% from 255 or 35.33% from 368); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4082 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE4082 is #51BF7D. Grayscale: #686868. Windows color (decimal): -5357438 or 8536238. OLE color: 8536238.

HSL color Cylindrical-coordinate representation of color #AE4082: hue angle of 324º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AE4082 is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 64 130 -
CMYK 0 0.63 0.25 0.32
HSL 324º 0.46% 0.47% -
HSV(B) 324º 0.63% 0.68% -
XYZ 23.32 14.28 22.65 -
YUV 104.41 142.44 177.63 -
System Red Green Blue C M Y K H S L
Decimal 174 64 130 0 0.63 0.25 0.32 324 0.46 0.47
Hex AE 40 82 0 3F 19 20 144 2E 2F
Octal 256 100 202 0 77 31 40 504 56 57
Binary 10101110 1000000 10000010 0 111111 11001 100000 101000100 101110 101111

Color Harmonies of #AE4082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4082

Black with #AE4082

Text Example


Text Example

White with #AE4082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4082; }

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

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

background-color css

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

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

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

border-color css

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

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

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