Html Css Color HEX #AF1DAB Deep Magenta

📋 copy color: '#AF1DAB'

red 175 ◦ green 29 ◦ blue 171

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

Shades of Deep Magenta #AF1DAB

Tints of Deep Magenta #AF1DAB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.73%

 BLUE value IS 171 (67.19% from 255) = 45.6%

R = 46.67%
G = 7.73%
B = 45.6%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AF1DAB (or 0xAF1DAB) is known color: Deep Magenta. HEX triplet: AF, 1D and AB. RGB value is (175,29,171). Sum of RGB (Red+Green+Blue) = 175+29+171=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 29 (11.72% from 255 or 7.73% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1DAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF1DAB is #50E254. Grayscale: #585858. Windows color (decimal): -5300821 or 11214255. OLE color: 11214255.

HSL color Cylindrical-coordinate representation of color #AF1DAB: hue angle of 301.64º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF1DAB is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 29 171 -
CMYK 0 0.83 0.02 0.31
HSL 301.64º 0.72% 0.4% -
HSV(B) 301.64º 0.83% 0.69% -
XYZ 25.47 12.93 39.68 -
YUV 88.84 174.37 189.45 -
System Red Green Blue C M Y K H S L
Decimal 175 29 171 0 0.83 0.02 0.31 301.64 0.72 0.4
Hex AF 1D AB 0 53 2 1F 12E 48 28
Octal 257 35 253 0 123 2 37 456 110 50
Binary 10101111 11101 10101011 0 1010011 10 11111 100101110 1001000 101000

Color Harmonies of #AF1DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1DAB

Black with #AF1DAB

Text Example


Text Example

White with #AF1DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1DAB; }

 p { color: rgb(175,29,171); }

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

background-color css

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

 a { background-color: rgb(175,29,171); }

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

border-color css

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

 span { border-color: rgb(175,29,171); }

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