Html Css Color HEX #AF06BA Deep Magenta

📋 copy color: '#AF06BA'

red 175 ◦ green 6 ◦ blue 186

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

Shades of Deep Magenta #AF06BA

Tints of Deep Magenta #AF06BA

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.63%

 BLUE value IS 186 (73.05% from 255) = 50.68%

R = 47.68%
G = 1.63%
B = 50.68%

CMYK

 C value IS 0.06

 M value IS 0.97

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF06BA (or 0xAF06BA) is known color: Deep Magenta. HEX triplet: AF, 06 and BA. RGB value is (175,6,186). Sum of RGB (Red+Green+Blue) = 175+6+186=367 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.68% from 367); Green value is 6 (2.73% from 255 or 1.63% from 367); Blue value is 186 (73.05% from 255 or 50.68% from 367); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF06BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF06BA is #50F945. Grayscale: #4C4C4C. Windows color (decimal): -5306694 or 12191407. OLE color: 12191407.

HSL color Cylindrical-coordinate representation of color #AF06BA: hue angle of 296.33º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF06BA is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 6 186 -
CMYK 0.06 0.97 0 0.27
HSL 296.33º 0.94% 0.38% -
HSV(B) 296.33º 0.97% 0.73% -
XYZ 26.61 12.79 47.52 -
YUV 77.05 189.49 197.86 -
System Red Green Blue C M Y K H S L
Decimal 175 6 186 0.06 0.97 0 0.27 296.33 0.94 0.38
Hex AF 6 BA 6 61 0 1B 128 5E 26
Octal 257 6 272 6 141 0 33 450 136 46
Binary 10101111 110 10111010 110 1100001 0 11011 100101000 1011110 100110

Color Harmonies of #AF06BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF06BA

Black with #AF06BA

Text Example


Text Example

White with #AF06BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF06BA; }

 p { color: rgb(175,6,186); }

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

background-color css

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

 a { background-color: rgb(175,6,186); }

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

border-color css

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

 span { border-color: rgb(175,6,186); }

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