Html Css Color HEX #AE3BA0 Medium Red Violet

📋 copy color: '#AE3BA0'

red 174 ◦ green 59 ◦ blue 160

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

Shades of Medium Red Violet #AE3BA0

Tints of Medium Red Violet #AE3BA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 40.71%

R = 44.27%
G = 15.01%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AE3BA0 (or 0xAE3BA0) is known color: Medium Red Violet. HEX triplet: AE, 3B and A0. RGB value is (174,59,160). Sum of RGB (Red+Green+Blue) = 174+59+160=393 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.27% from 393); Green value is 59 (23.44% from 255 or 15.01% from 393); Blue value is 160 (62.89% from 255 or 40.71% from 393); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3BA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE3BA0 is #51C45F. Grayscale: #686868. Windows color (decimal): -5358688 or 10501038. OLE color: 10501038.

HSL color Cylindrical-coordinate representation of color #AE3BA0: hue angle of 307.3º 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 #AE3BA0 is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 59 160 -
CMYK 0 0.66 0.08 0.32
HSL 307.3º 0.49% 0.46% -
HSV(B) 307.3º 0.66% 0.68% -
XYZ 25.36 14.66 34.75 -
YUV 104.9 159.1 177.29 -
System Red Green Blue C M Y K H S L
Decimal 174 59 160 0 0.66 0.08 0.32 307.3 0.49 0.46
Hex AE 3B A0 0 42 8 20 133 31 2E
Octal 256 73 240 0 102 10 40 463 61 56
Binary 10101110 111011 10100000 0 1000010 1000 100000 100110011 110001 101110

Color Harmonies of #AE3BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3BA0

Black with #AE3BA0

Text Example


Text Example

White with #AE3BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3BA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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