Html Css Color HEX #AF0AB7 Deep Magenta

📋 copy color: '#AF0AB7'

red 175 ◦ green 10 ◦ blue 183

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

Shades of Deep Magenta #AF0AB7

Tints of Deep Magenta #AF0AB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 49.73%

R = 47.55%
G = 2.72%
B = 49.73%

CMYK

 C value IS 0.04

 M value IS 0.95

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AF0AB7 (or 0xAF0AB7) is known color: Deep Magenta. HEX triplet: AF, 0A and B7. RGB value is (175,10,183). Sum of RGB (Red+Green+Blue) = 175+10+183=368 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.55% from 368); Green value is 10 (4.30% from 255 or 2.72% from 368); Blue value is 183 (71.88% from 255 or 49.73% from 368); Max value from RGB is 183 - color contains mainly: blue. Hex color #AF0AB7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0AB7 is #50F548. Grayscale: #4E4E4E. Windows color (decimal): -5305673 or 11995823. OLE color: 11995823.

HSL color Cylindrical-coordinate representation of color #AF0AB7: hue angle of 297.23º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF0AB7 is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 175 10 183 -
CMYK 0.04 0.95 0 0.28
HSL 297.23º 0.9% 0.38% -
HSV(B) 297.23º 0.95% 0.72% -
XYZ 26.33 12.75 45.87 -
YUV 79.06 186.66 196.43 -
System Red Green Blue C M Y K H S L
Decimal 175 10 183 0.04 0.95 0 0.28 297.23 0.9 0.38
Hex AF A B7 4 5F 0 1C 129 5A 26
Octal 257 12 267 4 137 0 34 451 132 46
Binary 10101111 1010 10110111 100 1011111 0 11100 100101001 1011010 100110

Color Harmonies of #AF0AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0AB7

Black with #AF0AB7

Text Example


Text Example

White with #AF0AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0AB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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