Html Css Color HEX #AF1AB7 Deep Magenta

📋 copy color: '#AF1AB7'

red 175 ◦ green 26 ◦ blue 183

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

Shades of Deep Magenta #AF1AB7

Tints of Deep Magenta #AF1AB7

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.77%

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

R = 45.57%
G = 6.77%
B = 47.66%

CMYK

 C value IS 0.04

 M value IS 0.86

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AF1AB7 (or 0xAF1AB7) is known color: Deep Magenta. HEX triplet: AF, 1A and B7. RGB value is (175,26,183). Sum of RGB (Red+Green+Blue) = 175+26+183=384 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.57% from 384); Green value is 26 (10.55% from 255 or 6.77% from 384); Blue value is 183 (71.88% from 255 or 47.66% from 384); Max value from RGB is 183 - color contains mainly: blue. Hex color #AF1AB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1AB7 is #50E548. Grayscale: #575757. Windows color (decimal): -5301577 or 11999919. OLE color: 11999919.

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

Color convert

RGB 175 26 183 -
CMYK 0.04 0.86 0 0.28
HSL 296.94º 0.75% 0.41% -
HSV(B) 296.94º 0.86% 0.72% -
XYZ 26.6 13.27 45.96 -
YUV 88.45 181.36 189.73 -
System Red Green Blue C M Y K H S L
Decimal 175 26 183 0.04 0.86 0 0.28 296.94 0.75 0.41
Hex AF 1A B7 4 56 0 1C 129 4B 29
Octal 257 32 267 4 126 0 34 451 113 51
Binary 10101111 11010 10110111 100 1010110 0 11100 100101001 1001011 101001

Color Harmonies of #AF1AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1AB7

Black with #AF1AB7

Text Example


Text Example

White with #AF1AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1AB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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