Html Css Color HEX #AE06C2 Deep Magenta

📋 copy color: '#AE06C2'

red 174 ◦ green 6 ◦ blue 194

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

Shades of Deep Magenta #AE06C2

Tints of Deep Magenta #AE06C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 51.87%

R = 46.52%
G = 1.6%
B = 51.87%

CMYK

 C value IS 0.10

 M value IS 0.97

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AE06C2 (or 0xAE06C2) is known color: Deep Magenta. HEX triplet: AE, 06 and C2. RGB value is (174,6,194). Sum of RGB (Red+Green+Blue) = 174+6+194=374 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.52% from 374); Green value is 6 (2.73% from 255 or 1.60% from 374); Blue value is 194 (76.17% from 255 or 51.87% from 374); Max value from RGB is 194 - color contains mainly: blue. Hex color #AE06C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE06C2 is #51F93D. Grayscale: #4D4D4D. Windows color (decimal): -5372222 or 12715694. OLE color: 12715694.

HSL color Cylindrical-coordinate representation of color #AE06C2: hue angle of 293.62º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AE06C2 is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 174 6 194 -
CMYK 0.10 0.97 0 0.24
HSL 293.62º 0.94% 0.39% -
HSV(B) 293.62º 0.97% 0.76% -
XYZ 27.26 13.02 52.12 -
YUV 77.66 193.66 196.71 -
System Red Green Blue C M Y K H S L
Decimal 174 6 194 0.10 0.97 0 0.24 293.62 0.94 0.39
Hex AE 6 C2 A 61 0 18 126 5E 27
Octal 256 6 302 12 141 0 30 446 136 47
Binary 10101110 110 11000010 1010 1100001 0 11000 100100110 1011110 100111

Color Harmonies of #AE06C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE06C2

Black with #AE06C2

Text Example


Text Example

White with #AE06C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE06C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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