Html Css Color HEX #AE068E Medium Violet Red

📋 copy color: '#AE068E'

red 174 ◦ green 6 ◦ blue 142

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

Shades of Medium Violet Red #AE068E

Tints of Medium Violet Red #AE068E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.86%

 BLUE value IS 142 (55.86% from 255) = 44.1%

R = 54.04%
G = 1.86%
B = 44.1%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AE068E (or 0xAE068E) is known color: Medium Violet Red. HEX triplet: AE, 06 and 8E. RGB value is (174,6,142). Sum of RGB (Red+Green+Blue) = 174+6+142=322 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.04% from 322); Green value is 6 (2.73% from 255 or 1.86% from 322); Blue value is 142 (55.86% from 255 or 44.10% from 322); Max value from RGB is 174 - color contains mainly: red. Hex color #AE068E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE068E is #51F971. Grayscale: #474747. Windows color (decimal): -5372274 or 9307822. OLE color: 9307822.

HSL color Cylindrical-coordinate representation of color #AE068E: hue angle of 311.43º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AE068E is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 6 142 -
CMYK 0 0.97 0.18 0.32
HSL 311.43º 0.93% 0.35% -
HSV(B) 311.43º 0.97% 0.68% -
XYZ 22.4 11.08 26.55 -
YUV 71.74 167.66 200.94 -
System Red Green Blue C M Y K H S L
Decimal 174 6 142 0 0.97 0.18 0.32 311.43 0.93 0.35
Hex AE 6 8E 0 61 12 20 137 5D 23
Octal 256 6 216 0 141 22 40 467 135 43
Binary 10101110 110 10001110 0 1100001 10010 100000 100110111 1011101 100011

Color Harmonies of #AE068E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE068E

Black with #AE068E

Text Example


Text Example

White with #AE068E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE068E; }

 p { color: rgb(174,6,142); }

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

background-color css

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

 a { background-color: rgb(174,6,142); }

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

border-color css

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

 span { border-color: rgb(174,6,142); }

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