Html Css Color HEX #AE2694 Medium Red Violet

📋 copy color: '#AE2694'

red 174 ◦ green 38 ◦ blue 148

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

Shades of Medium Red Violet #AE2694

Tints of Medium Red Violet #AE2694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 41.11%

R = 48.33%
G = 10.56%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.15

 K value IS 0.32

RGB Variations

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

Color information

#AE2694 (or 0xAE2694) is known color: Medium Red Violet. HEX triplet: AE, 26 and 94. RGB value is (174,38,148). Sum of RGB (Red+Green+Blue) = 174+38+148=360 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.33% from 360); Green value is 38 (15.23% from 255 or 10.56% from 360); Blue value is 148 (58.20% from 255 or 41.11% from 360); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2694 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE2694 is #51D96B. Grayscale: #5A5A5A. Windows color (decimal): -5364076 or 9709230. OLE color: 9709230.

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

Color convert

RGB 174 38 148 -
CMYK 0 0.78 0.15 0.32
HSL 311.47º 0.64% 0.42% -
HSV(B) 311.47º 0.78% 0.68% -
XYZ 23.49 12.52 29.2 -
YUV 91.2 160.06 187.06 -
System Red Green Blue C M Y K H S L
Decimal 174 38 148 0 0.78 0.15 0.32 311.47 0.64 0.42
Hex AE 26 94 0 4E F 20 137 40 2A
Octal 256 46 224 0 116 17 40 467 100 52
Binary 10101110 100110 10010100 0 1001110 1111 100000 100110111 1000000 101010

Color Harmonies of #AE2694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2694

Black with #AE2694

Text Example


Text Example

White with #AE2694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2694; }

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

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

background-color css

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

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

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

border-color css

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

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

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