Html Css Color HEX #AE0B7B Medium Violet Red

📋 copy color: '#AE0B7B'

red 174 ◦ green 11 ◦ blue 123

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

Shades of Medium Violet Red #AE0B7B

Tints of Medium Violet Red #AE0B7B

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.57%

 BLUE value IS 123 (48.44% from 255) = 39.94%

R = 56.49%
G = 3.57%
B = 39.94%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AE0B7B (or 0xAE0B7B) is known color: Medium Violet Red. HEX triplet: AE, 0B and 7B. RGB value is (174,11,123). Sum of RGB (Red+Green+Blue) = 174+11+123=308 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.49% from 308); Green value is 11 (4.69% from 255 or 3.57% from 308); Blue value is 123 (48.44% from 255 or 39.94% from 308); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0B7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0B7B is #51F484. Grayscale: #484848. Windows color (decimal): -5371013 or 8063918. OLE color: 8063918.

HSL color Cylindrical-coordinate representation of color #AE0B7B: hue angle of 318.77º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AE0B7B is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 11 123 -
CMYK 0 0.94 0.29 0.32
HSL 318.77º 0.88% 0.36% -
HSV(B) 318.77º 0.94% 0.68% -
XYZ 21.15 10.67 19.68 -
YUV 72.51 156.5 200.39 -
System Red Green Blue C M Y K H S L
Decimal 174 11 123 0 0.94 0.29 0.32 318.77 0.88 0.36
Hex AE B 7B 0 5E 1D 20 13F 58 24
Octal 256 13 173 0 136 35 40 477 130 44
Binary 10101110 1011 1111011 0 1011110 11101 100000 100111111 1011000 100100

Color Harmonies of #AE0B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0B7B

Black with #AE0B7B

Text Example


Text Example

White with #AE0B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0B7B; }

 p { color: rgb(174,11,123); }

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

background-color css

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

 a { background-color: rgb(174,11,123); }

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

border-color css

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

 span { border-color: rgb(174,11,123); }

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