Html Css Color HEX #AF1BAA Deep Magenta

📋 copy color: '#AF1BAA'

red 175 ◦ green 27 ◦ blue 170

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

Shades of Deep Magenta #AF1BAA

Tints of Deep Magenta #AF1BAA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.26%

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

R = 47.04%
G = 7.26%
B = 45.7%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#AF1BAA (or 0xAF1BAA) is known color: Deep Magenta. HEX triplet: AF, 1B and AA. RGB value is (175,27,170). Sum of RGB (Red+Green+Blue) = 175+27+170=372 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.04% from 372); Green value is 27 (10.94% from 255 or 7.26% from 372); Blue value is 170 (66.80% from 255 or 45.70% from 372); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1BAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF1BAA is #50E455. Grayscale: #575757. Windows color (decimal): -5301334 or 11148207. OLE color: 11148207.

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

Color convert

RGB 175 27 170 -
CMYK 0 0.85 0.03 0.31
HSL 302.03º 0.73% 0.4% -
HSV(B) 302.03º 0.85% 0.69% -
XYZ 25.33 12.8 39.17 -
YUV 87.55 174.53 190.37 -
System Red Green Blue C M Y K H S L
Decimal 175 27 170 0 0.85 0.03 0.31 302.03 0.73 0.4
Hex AF 1B AA 0 55 3 1F 12E 49 28
Octal 257 33 252 0 125 3 37 456 111 50
Binary 10101111 11011 10101010 0 1010101 11 11111 100101110 1001001 101000

Color Harmonies of #AF1BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1BAA

Black with #AF1BAA

Text Example


Text Example

White with #AF1BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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