Html Css Color HEX #AF12BD Deep Magenta

📋 copy color: '#AF12BD'

red 175 ◦ green 18 ◦ blue 189

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

Shades of Deep Magenta #AF12BD

Tints of Deep Magenta #AF12BD

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.71%

 BLUE value IS 189 (74.22% from 255) = 49.48%

R = 45.81%
G = 4.71%
B = 49.48%

CMYK

 C value IS 0.07

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AF12BD (or 0xAF12BD) is known color: Deep Magenta. HEX triplet: AF, 12 and BD. RGB value is (175,18,189). Sum of RGB (Red+Green+Blue) = 175+18+189=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 18 (7.42% from 255 or 4.71% from 382); Blue value is 189 (74.22% from 255 or 49.48% from 382); Max value from RGB is 189 - color contains mainly: blue. Hex color #AF12BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF12BD is #50ED42. Grayscale: #535353. Windows color (decimal): -5303619 or 12391087. OLE color: 12391087.

HSL color Cylindrical-coordinate representation of color #AF12BD: hue angle of 295.09º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF12BD is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 18 189 -
CMYK 0.07 0.90 0 0.26
HSL 295.09º 0.83% 0.41% -
HSV(B) 295.09º 0.9% 0.74% -
XYZ 27.08 13.22 49.27 -
YUV 84.44 187.01 192.6 -
System Red Green Blue C M Y K H S L
Decimal 175 18 189 0.07 0.90 0 0.26 295.09 0.83 0.41
Hex AF 12 BD 7 5A 0 1A 127 53 29
Octal 257 22 275 7 132 0 32 447 123 51
Binary 10101111 10010 10111101 111 1011010 0 11010 100100111 1010011 101001

Color Harmonies of #AF12BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF12BD

Black with #AF12BD

Text Example


Text Example

White with #AF12BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF12BD; }

 p { color: rgb(175,18,189); }

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

background-color css

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

 a { background-color: rgb(175,18,189); }

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

border-color css

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

 span { border-color: rgb(175,18,189); }

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