Html Css Color HEX #AE3B8D Medium Red Violet

📋 copy color: '#AE3B8D'

red 174 ◦ green 59 ◦ blue 141

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

Shades of Medium Red Violet #AE3B8D

Tints of Medium Red Violet #AE3B8D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.78%

 BLUE value IS 141 (55.47% from 255) = 37.7%

R = 46.52%
G = 15.78%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#AE3B8D (or 0xAE3B8D) is known color: Medium Red Violet. HEX triplet: AE, 3B and 8D. RGB value is (174,59,141). Sum of RGB (Red+Green+Blue) = 174+59+141=374 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.52% from 374); Green value is 59 (23.44% from 255 or 15.78% from 374); Blue value is 141 (55.47% from 255 or 37.70% from 374); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3B8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE3B8D is #51C472. Grayscale: #666666. Windows color (decimal): -5358707 or 9255854. OLE color: 9255854.

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

Color convert

RGB 174 59 141 -
CMYK 0 0.66 0.19 0.32
HSL 317.22º 0.49% 0.46% -
HSV(B) 317.22º 0.66% 0.68% -
XYZ 23.83 14.05 26.66 -
YUV 102.73 149.6 178.83 -
System Red Green Blue C M Y K H S L
Decimal 174 59 141 0 0.66 0.19 0.32 317.22 0.49 0.46
Hex AE 3B 8D 0 42 13 20 13D 31 2E
Octal 256 73 215 0 102 23 40 475 61 56
Binary 10101110 111011 10001101 0 1000010 10011 100000 100111101 110001 101110

Color Harmonies of #AE3B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3B8D

Black with #AE3B8D

Text Example


Text Example

White with #AE3B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3B8D; }

 p { color: rgb(174,59,141); }

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

background-color css

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

 a { background-color: rgb(174,59,141); }

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

border-color css

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

 span { border-color: rgb(174,59,141); }

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