Html Css Color HEX #AE2696 Medium Red Violet

📋 copy color: '#AE2696'

red 174 ◦ green 38 ◦ blue 150

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

Shades of Medium Red Violet #AE2696

Tints of Medium Red Violet #AE2696

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.5%

 BLUE value IS 150 (58.98% from 255) = 41.44%

R = 48.07%
G = 10.5%
B = 41.44%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#AE2696 (or 0xAE2696) is known color: Medium Red Violet. HEX triplet: AE, 26 and 96. RGB value is (174,38,150). Sum of RGB (Red+Green+Blue) = 174+38+150=362 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.07% from 362); Green value is 38 (15.23% from 255 or 10.50% from 362); Blue value is 150 (58.98% from 255 or 41.44% from 362); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2696 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE2696 is #51D969. Grayscale: #5B5B5B. Windows color (decimal): -5364074 or 9840302. OLE color: 9840302.

HSL color Cylindrical-coordinate representation of color #AE2696: hue angle of 310.59º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AE2696 is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 38 150 -
CMYK 0 0.78 0.14 0.32
HSL 310.59º 0.64% 0.42% -
HSV(B) 310.59º 0.78% 0.68% -
XYZ 23.65 12.59 30.04 -
YUV 91.43 161.06 186.89 -
System Red Green Blue C M Y K H S L
Decimal 174 38 150 0 0.78 0.14 0.32 310.59 0.64 0.42
Hex AE 26 96 0 4E E 20 137 40 2A
Octal 256 46 226 0 116 16 40 467 100 52
Binary 10101110 100110 10010110 0 1001110 1110 100000 100110111 1000000 101010

Color Harmonies of #AE2696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2696

Black with #AE2696

Text Example


Text Example

White with #AE2696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2696; }

 p { color: rgb(174,38,150); }

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

background-color css

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

 a { background-color: rgb(174,38,150); }

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

border-color css

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

 span { border-color: rgb(174,38,150); }

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