Html Css Color HEX #AF12B9 Deep Magenta

📋 copy color: '#AF12B9'

red 175 ◦ green 18 ◦ blue 185

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

Shades of Deep Magenta #AF12B9

Tints of Deep Magenta #AF12B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 48.94%

R = 46.3%
G = 4.76%
B = 48.94%

CMYK

 C value IS 0.05

 M value IS 0.90

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF12B9 (or 0xAF12B9) is known color: Deep Magenta. HEX triplet: AF, 12 and B9. RGB value is (175,18,185). Sum of RGB (Red+Green+Blue) = 175+18+185=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 18 (7.42% from 255 or 4.76% from 378); Blue value is 185 (72.66% from 255 or 48.94% from 378); Max value from RGB is 185 - color contains mainly: blue. Hex color #AF12B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF12B9 is #50ED46. Grayscale: #535353. Windows color (decimal): -5303623 or 12128943. OLE color: 12128943.

HSL color Cylindrical-coordinate representation of color #AF12B9: hue angle of 296.41º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF12B9 is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 18 185 -
CMYK 0.05 0.90 0 0.27
HSL 296.41º 0.82% 0.4% -
HSV(B) 296.41º 0.9% 0.73% -
XYZ 26.65 13.05 47.01 -
YUV 83.98 185.01 192.92 -
System Red Green Blue C M Y K H S L
Decimal 175 18 185 0.05 0.90 0 0.27 296.41 0.82 0.4
Hex AF 12 B9 5 5A 0 1B 128 52 28
Octal 257 22 271 5 132 0 33 450 122 50
Binary 10101111 10010 10111001 101 1011010 0 11011 100101000 1010010 101000

Color Harmonies of #AF12B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF12B9

Black with #AF12B9

Text Example


Text Example

White with #AF12B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF12B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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