Html Css Color HEX #AF12BF Deep Magenta

📋 copy color: '#AF12BF'

red 175 ◦ green 18 ◦ blue 191

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

Shades of Deep Magenta #AF12BF

Tints of Deep Magenta #AF12BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 49.74%

R = 45.57%
G = 4.69%
B = 49.74%

CMYK

 C value IS 0.08

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF12BF (or 0xAF12BF) is known color: Deep Magenta. HEX triplet: AF, 12 and BF. RGB value is (175,18,191). Sum of RGB (Red+Green+Blue) = 175+18+191=384 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.57% from 384); Green value is 18 (7.42% from 255 or 4.69% from 384); Blue value is 191 (75% from 255 or 49.74% from 384); Max value from RGB is 191 - color contains mainly: blue. Hex color #AF12BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF12BF is #50ED40. Grayscale: #545454. Windows color (decimal): -5303617 or 12522159. OLE color: 12522159.

HSL color Cylindrical-coordinate representation of color #AF12BF: hue angle of 294.45º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF12BF is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 18 191 -
CMYK 0.08 0.91 0 0.25
HSL 294.45º 0.83% 0.41% -
HSV(B) 294.45º 0.91% 0.75% -
XYZ 27.3 13.31 50.42 -
YUV 84.67 188.01 192.43 -
System Red Green Blue C M Y K H S L
Decimal 175 18 191 0.08 0.91 0 0.25 294.45 0.83 0.41
Hex AF 12 BF 8 5B 0 19 126 53 29
Octal 257 22 277 10 133 0 31 446 123 51
Binary 10101111 10010 10111111 1000 1011011 0 11001 100100110 1010011 101001

Color Harmonies of #AF12BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF12BF

Black with #AF12BF

Text Example


Text Example

White with #AF12BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF12BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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