Html Css Color HEX #AF0FB3 Deep Magenta

📋 copy color: '#AF0FB3'

red 175 ◦ green 15 ◦ blue 179

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

Shades of Deep Magenta #AF0FB3

Tints of Deep Magenta #AF0FB3

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.07%

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

R = 47.43%
G = 4.07%
B = 48.51%

CMYK

 C value IS 0.02

 M value IS 0.92

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AF0FB3 (or 0xAF0FB3) is known color: Deep Magenta. HEX triplet: AF, 0F and B3. RGB value is (175,15,179). Sum of RGB (Red+Green+Blue) = 175+15+179=369 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.43% from 369); Green value is 15 (6.25% from 255 or 4.07% from 369); Blue value is 179 (70.31% from 255 or 48.51% from 369); Max value from RGB is 179 - color contains mainly: blue. Hex color #AF0FB3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0FB3 is #50F04C. Grayscale: #515151. Windows color (decimal): -5304397 or 11734959. OLE color: 11734959.

HSL color Cylindrical-coordinate representation of color #AF0FB3: hue angle of 298.54º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AF0FB3 is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 175 15 179 -
CMYK 0.02 0.92 0 0.30
HSL 298.54º 0.85% 0.38% -
HSV(B) 298.54º 0.92% 0.7% -
XYZ 25.99 12.71 43.73 -
YUV 81.54 183.01 194.66 -
System Red Green Blue C M Y K H S L
Decimal 175 15 179 0.02 0.92 0 0.30 298.54 0.85 0.38
Hex AF F B3 2 5C 0 1E 12B 55 26
Octal 257 17 263 2 134 0 36 453 125 46
Binary 10101111 1111 10110011 10 1011100 0 11110 100101011 1010101 100110

Color Harmonies of #AF0FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0FB3

Black with #AF0FB3

Text Example


Text Example

White with #AF0FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0FB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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