Html Css Color HEX #AB00AE Deep Magenta

📋 copy color: '#AB00AE'

red 171 ◦ green 0 ◦ blue 174

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

Shades of Deep Magenta #AB00AE

Tints of Deep Magenta #AB00AE

RGB

 RED value IS 171 (67.19% from 255) = 49.57%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 174 (68.36% from 255) = 50.43%

R = 49.57%
G = 0%
B = 50.43%

CMYK

 C value IS 0.02

 M value IS 1

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AB00AE (or 0xAB00AE) is known color: Deep Magenta. HEX triplet: AB, 00 and AE. RGB value is (171,0,174). Sum of RGB (Red+Green+Blue) = 171+0+174=345 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.57% from 345); Green value is 0 (0.39% from 255 or 0% from 345); Blue value is 174 (68.36% from 255 or 50.43% from 345); Max value from RGB is 174 - color contains mainly: blue. Hex color #AB00AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB00AE is #54FF51. Grayscale: #464646. Windows color (decimal): -5570386 or 11403435. OLE color: 11403435.

HSL color Cylindrical-coordinate representation of color #AB00AE: hue angle of 298.97º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB00AE is Cyan = 0.02, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 171 0 174 -
CMYK 0.02 1 0 0.32
HSL 298.97º 1% 0.34% -
HSV(B) 298.97º 1% 0.68% -
XYZ 24.43 11.71 41.02 -
YUV 70.97 186.15 199.35 -
System Red Green Blue C M Y K H S L
Decimal 171 0 174 0.02 1 0 0.32 298.97 1 0.34
Hex AB 0 AE 2 64 0 20 12B 64 22
Octal 253 0 256 2 144 0 40 453 144 42
Binary 10101011 0 10101110 10 1100100 0 100000 100101011 1100100 100010

Color Harmonies of #AB00AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB00AE

Black with #AB00AE

Text Example


Text Example

White with #AB00AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB00AE; }

 p { color: rgb(171,0,174); }

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

background-color css

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

 a { background-color: rgb(171,0,174); }

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

border-color css

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

 span { border-color: rgb(171,0,174); }

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