Html Css Color HEX #AF00AA Deep Magenta

📋 copy color: '#AF00AA'

red 175 ◦ green 0 ◦ blue 170

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

Shades of Deep Magenta #AF00AA

Tints of Deep Magenta #AF00AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 49.28%

R = 50.72%
G = 0%
B = 49.28%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#AF00AA (or 0xAF00AA) is known color: Deep Magenta. HEX triplet: AF, 00 and AA. RGB value is (175,0,170). Sum of RGB (Red+Green+Blue) = 175+0+170=345 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.72% from 345); Green value is 0 (0.39% from 255 or 0% from 345); Blue value is 170 (66.80% from 255 or 49.28% from 345); Max value from RGB is 175 - color contains mainly: red. Hex color #AF00AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF00AA is #50FF55. Grayscale: #474747. Windows color (decimal): -5308246 or 11141295. OLE color: 11141295.

HSL color Cylindrical-coordinate representation of color #AF00AA: hue angle of 301.71º 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 #AF00AA is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 0 170 -
CMYK 0 1 0.03 0.31
HSL 301.71º 1% 0.34% -
HSV(B) 301.71º 1% 0.69% -
XYZ 24.93 12.02 39.04 -
YUV 71.71 183.48 201.68 -
System Red Green Blue C M Y K H S L
Decimal 175 0 170 0 1 0.03 0.31 301.71 1 0.34
Hex AF 0 AA 0 64 3 1F 12E 64 22
Octal 257 0 252 0 144 3 37 456 144 42
Binary 10101111 0 10101010 0 1100100 11 11111 100101110 1100100 100010

Color Harmonies of #AF00AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF00AA

Black with #AF00AA

Text Example


Text Example

White with #AF00AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF00AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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