Html Css Color HEX #AE3283 Medium Red Violet

📋 copy color: '#AE3283'

red 174 ◦ green 50 ◦ blue 131

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

Shades of Medium Red Violet #AE3283

Tints of Medium Red Violet #AE3283

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.08%

 BLUE value IS 131 (51.56% from 255) = 36.9%

R = 49.01%
G = 14.08%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#AE3283 (or 0xAE3283) is known color: Medium Red Violet. HEX triplet: AE, 32 and 83. RGB value is (174,50,131). Sum of RGB (Red+Green+Blue) = 174+50+131=355 (47% of max value = 765). Red value is 174 (68.36% from 255 or 49.01% from 355); Green value is 50 (19.92% from 255 or 14.08% from 355); Blue value is 131 (51.56% from 255 or 36.90% from 355); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3283 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE3283 is #51CD7C. Grayscale: #606060. Windows color (decimal): -5361021 or 8598190. OLE color: 8598190.

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

Color convert

RGB 174 50 131 -
CMYK 0 0.71 0.25 0.32
HSL 320.81º 0.55% 0.44% -
HSV(B) 320.81º 0.71% 0.68% -
XYZ 22.69 12.92 22.77 -
YUV 96.31 147.58 183.41 -
System Red Green Blue C M Y K H S L
Decimal 174 50 131 0 0.71 0.25 0.32 320.81 0.55 0.44
Hex AE 32 83 0 47 19 20 141 37 2C
Octal 256 62 203 0 107 31 40 501 67 54
Binary 10101110 110010 10000011 0 1000111 11001 100000 101000001 110111 101100

Color Harmonies of #AE3283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3283

Black with #AE3283

Text Example


Text Example

White with #AE3283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3283; }

 p { color: rgb(174,50,131); }

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

background-color css

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

 a { background-color: rgb(174,50,131); }

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

border-color css

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

 span { border-color: rgb(174,50,131); }

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