Html Css Color HEX #AF12B3 Deep Magenta

📋 copy color: '#AF12B3'

red 175 ◦ green 18 ◦ blue 179

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

Shades of Deep Magenta #AF12B3

Tints of Deep Magenta #AF12B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 48.12%

R = 47.04%
G = 4.84%
B = 48.12%

CMYK

 C value IS 0.02

 M value IS 0.90

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AF12B3 (or 0xAF12B3) is known color: Deep Magenta. HEX triplet: AF, 12 and B3. RGB value is (175,18,179). Sum of RGB (Red+Green+Blue) = 175+18+179=372 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.04% from 372); Green value is 18 (7.42% from 255 or 4.84% from 372); Blue value is 179 (70.31% from 255 or 48.12% from 372); Max value from RGB is 179 - color contains mainly: blue. Hex color #AF12B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF12B3 is #50ED4C. Grayscale: #525252. Windows color (decimal): -5303629 or 11735727. OLE color: 11735727.

HSL color Cylindrical-coordinate representation of color #AF12B3: hue angle of 298.51º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF12B3 is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 175 18 179 -
CMYK 0.02 0.90 0 0.30
HSL 298.51º 0.82% 0.39% -
HSV(B) 298.51º 0.9% 0.7% -
XYZ 26.03 12.8 43.75 -
YUV 83.3 182.01 193.41 -
System Red Green Blue C M Y K H S L
Decimal 175 18 179 0.02 0.90 0 0.30 298.51 0.82 0.39
Hex AF 12 B3 2 5A 0 1E 12B 52 27
Octal 257 22 263 2 132 0 36 453 122 47
Binary 10101111 10010 10110011 10 1011010 0 11110 100101011 1010010 100111

Color Harmonies of #AF12B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF12B3

Black with #AF12B3

Text Example


Text Example

White with #AF12B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF12B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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