Html Css Color HEX #AF04BF Deep Magenta

📋 copy color: '#AF04BF'

red 175 ◦ green 4 ◦ blue 191

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

Shades of Deep Magenta #AF04BF

Tints of Deep Magenta #AF04BF

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.08%

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

R = 47.3%
G = 1.08%
B = 51.62%

CMYK

 C value IS 0.08

 M value IS 0.98

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF04BF (or 0xAF04BF) is known color: Deep Magenta. HEX triplet: AF, 04 and BF. RGB value is (175,4,191). Sum of RGB (Red+Green+Blue) = 175+4+191=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 4 (1.95% from 255 or 1.08% from 370); Blue value is 191 (75% from 255 or 51.62% from 370); Max value from RGB is 191 - color contains mainly: blue. Hex color #AF04BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF04BF is #50FB40. Grayscale: #4B4B4B. Windows color (decimal): -5307201 or 12518575. OLE color: 12518575.

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

Color convert

RGB 175 4 191 -
CMYK 0.08 0.98 0 0.25
HSL 294.87º 0.96% 0.38% -
HSV(B) 294.87º 0.98% 0.75% -
XYZ 27.13 12.96 50.36 -
YUV 76.45 192.65 198.29 -
System Red Green Blue C M Y K H S L
Decimal 175 4 191 0.08 0.98 0 0.25 294.87 0.96 0.38
Hex AF 4 BF 8 62 0 19 127 60 26
Octal 257 4 277 10 142 0 31 447 140 46
Binary 10101111 100 10111111 1000 1100010 0 11001 100100111 1100000 100110

Color Harmonies of #AF04BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF04BF

Black with #AF04BF

Text Example


Text Example

White with #AF04BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF04BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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