Html Css Color HEX #AE0384 Medium Violet Red

📋 copy color: '#AE0384'

red 174 ◦ green 3 ◦ blue 132

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

Shades of Medium Violet Red #AE0384

Tints of Medium Violet Red #AE0384

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.97%

 BLUE value IS 132 (51.95% from 255) = 42.72%

R = 56.31%
G = 0.97%
B = 42.72%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.24

 K value IS 0.32

RGB Variations

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

Color information

#AE0384 (or 0xAE0384) is known color: Medium Violet Red. HEX triplet: AE, 03 and 84. RGB value is (174,3,132). Sum of RGB (Red+Green+Blue) = 174+3+132=309 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.31% from 309); Green value is 3 (1.56% from 255 or 0.97% from 309); Blue value is 132 (51.95% from 255 or 42.72% from 309); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0384 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0384 is #51FC7B. Grayscale: #444444. Windows color (decimal): -5373052 or 8651694. OLE color: 8651694.

HSL color Cylindrical-coordinate representation of color #AE0384: hue angle of 314.74º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AE0384 is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 3 132 -
CMYK 0 0.98 0.24 0.32
HSL 314.74º 0.97% 0.35% -
HSV(B) 314.74º 0.98% 0.68% -
XYZ 21.65 10.73 22.76 -
YUV 68.84 163.65 203.01 -
System Red Green Blue C M Y K H S L
Decimal 174 3 132 0 0.98 0.24 0.32 314.74 0.97 0.35
Hex AE 3 84 0 62 18 20 13B 61 23
Octal 256 3 204 0 142 30 40 473 141 43
Binary 10101110 11 10000100 0 1100010 11000 100000 100111011 1100001 100011

Color Harmonies of #AE0384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0384

Black with #AE0384

Text Example


Text Example

White with #AE0384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0384; }

 p { color: rgb(174,3,132); }

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

background-color css

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

 a { background-color: rgb(174,3,132); }

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

border-color css

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

 span { border-color: rgb(174,3,132); }

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