Html Css Color HEX #AF02BF Deep Magenta

📋 copy color: '#AF02BF'

red 175 ◦ green 2 ◦ blue 191

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

Shades of Deep Magenta #AF02BF

Tints of Deep Magenta #AF02BF

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.54%

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

R = 47.55%
G = 0.54%
B = 51.9%

CMYK

 C value IS 0.08

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF02BF (or 0xAF02BF) is known color: Deep Magenta. HEX triplet: AF, 02 and BF. RGB value is (175,2,191). Sum of RGB (Red+Green+Blue) = 175+2+191=368 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.55% from 368); Green value is 2 (1.17% from 255 or 0.54% from 368); Blue value is 191 (75% from 255 or 51.90% from 368); Max value from RGB is 191 - color contains mainly: blue. Hex color #AF02BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF02BF is #50FD40. Grayscale: #4A4A4A. Windows color (decimal): -5307713 or 12518063. OLE color: 12518063.

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

Color convert

RGB 175 2 191 -
CMYK 0.08 0.99 0 0.25
HSL 294.92º 0.98% 0.38% -
HSV(B) 294.92º 0.99% 0.75% -
XYZ 27.1 12.92 50.36 -
YUV 75.27 193.31 199.13 -
System Red Green Blue C M Y K H S L
Decimal 175 2 191 0.08 0.99 0 0.25 294.92 0.98 0.38
Hex AF 2 BF 8 63 0 19 127 62 26
Octal 257 2 277 10 143 0 31 447 142 46
Binary 10101111 10 10111111 1000 1100011 0 11001 100100111 1100010 100110

Color Harmonies of #AF02BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF02BF

Black with #AF02BF

Text Example


Text Example

White with #AF02BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF02BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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