Html Css Color HEX #AF00AE Deep Magenta

📋 copy color: '#AF00AE'

red 175 ◦ green 0 ◦ blue 174

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

Shades of Deep Magenta #AF00AE

Tints of Deep Magenta #AF00AE

RGB

 RED value IS 175 (68.75% from 255) = 50.14%

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

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

R = 50.14%
G = 0%
B = 49.86%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#AF00AE (or 0xAF00AE) is known color: Deep Magenta. HEX triplet: AF, 00 and AE. RGB value is (175,0,174). Sum of RGB (Red+Green+Blue) = 175+0+174=349 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.14% from 349); Green value is 0 (0.39% from 255 or 0% from 349); Blue value is 174 (68.36% from 255 or 49.86% from 349); Max value from RGB is 175 - color contains mainly: red. Hex color #AF00AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF00AE is #50FF51. Grayscale: #474747. Windows color (decimal): -5308242 or 11403439. OLE color: 11403439.

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

Color convert

RGB 175 0 174 -
CMYK 0 1 0.01 0.31
HSL 300.34º 1% 0.34% -
HSV(B) 300.34º 1% 0.69% -
XYZ 25.32 12.17 41.06 -
YUV 72.16 185.48 201.35 -
System Red Green Blue C M Y K H S L
Decimal 175 0 174 0 1 0.01 0.31 300.34 1 0.34
Hex AF 0 AE 0 64 1 1F 12C 64 22
Octal 257 0 256 0 144 1 37 454 144 42
Binary 10101111 0 10101110 0 1100100 1 11111 100101100 1100100 100010

Color Harmonies of #AF00AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF00AE

Black with #AF00AE

Text Example


Text Example

White with #AF00AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF00AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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