Html Css Color HEX #AE2BAA Medium Red Violet

📋 copy color: '#AE2BAA'

red 174 ◦ green 43 ◦ blue 170

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

Shades of Medium Red Violet #AE2BAA

Tints of Medium Red Violet #AE2BAA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.11%

 BLUE value IS 170 (66.8% from 255) = 43.93%

R = 44.96%
G = 11.11%
B = 43.93%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AE2BAA (or 0xAE2BAA) is known color: Medium Red Violet. HEX triplet: AE, 2B and AA. RGB value is (174,43,170). Sum of RGB (Red+Green+Blue) = 174+43+170=387 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.96% from 387); Green value is 43 (17.19% from 255 or 11.11% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2BAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE2BAA is #51D455. Grayscale: #606060. Windows color (decimal): -5362774 or 11152302. OLE color: 11152302.

HSL color Cylindrical-coordinate representation of color #AE2BAA: hue angle of 301.83º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AE2BAA is Cyan = 0, Magento = 0.75, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 43 170 -
CMYK 0 0.75 0.02 0.32
HSL 301.83º 0.6% 0.43% -
HSV(B) 301.83º 0.75% 0.68% -
XYZ 25.58 13.63 39.31 -
YUV 96.65 169.4 183.17 -
System Red Green Blue C M Y K H S L
Decimal 174 43 170 0 0.75 0.02 0.32 301.83 0.6 0.43
Hex AE 2B AA 0 4B 2 20 12E 3C 2B
Octal 256 53 252 0 113 2 40 456 74 53
Binary 10101110 101011 10101010 0 1001011 10 100000 100101110 111100 101011

Color Harmonies of #AE2BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2BAA

Black with #AE2BAA

Text Example


Text Example

White with #AE2BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2BAA; }

 p { color: rgb(174,43,170); }

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

background-color css

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

 a { background-color: rgb(174,43,170); }

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

border-color css

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

 span { border-color: rgb(174,43,170); }

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