Html Css Color HEX #AF0AAA Deep Magenta

📋 copy color: '#AF0AAA'

red 175 ◦ green 10 ◦ blue 170

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

Shades of Deep Magenta #AF0AAA

Tints of Deep Magenta #AF0AAA

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.82%

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

R = 49.3%
G = 2.82%
B = 47.89%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#AF0AAA (or 0xAF0AAA) is known color: Deep Magenta. HEX triplet: AF, 0A and AA. RGB value is (175,10,170). Sum of RGB (Red+Green+Blue) = 175+10+170=355 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.30% from 355); Green value is 10 (4.30% from 255 or 2.82% from 355); Blue value is 170 (66.80% from 255 or 47.89% from 355); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0AAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0AAA is #50F555. Grayscale: #4D4D4D. Windows color (decimal): -5305686 or 11143855. OLE color: 11143855.

HSL color Cylindrical-coordinate representation of color #AF0AAA: hue angle of 301.82º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF0AAA is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 10 170 -
CMYK 0 0.94 0.03 0.31
HSL 301.82º 0.89% 0.36% -
HSV(B) 301.82º 0.94% 0.69% -
XYZ 25.04 12.23 39.07 -
YUV 77.58 180.16 197.49 -
System Red Green Blue C M Y K H S L
Decimal 175 10 170 0 0.94 0.03 0.31 301.82 0.89 0.36
Hex AF A AA 0 5E 3 1F 12E 59 24
Octal 257 12 252 0 136 3 37 456 131 44
Binary 10101111 1010 10101010 0 1011110 11 11111 100101110 1011001 100100

Color Harmonies of #AF0AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0AAA

Black with #AF0AAA

Text Example


Text Example

White with #AF0AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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