Html Css Color HEX #AF03AF Deep Magenta

📋 copy color: '#AF03AF'

red 175 ◦ green 3 ◦ blue 175

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

Shades of Deep Magenta #AF03AF

Tints of Deep Magenta #AF03AF

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.85%

 BLUE value IS 175 (68.75% from 255) = 49.58%

R = 49.58%
G = 0.85%
B = 49.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AF03AF (or 0xAF03AF) is known color: Deep Magenta. HEX triplet: AF, 03 and AF. RGB value is (175,3,175). Sum of RGB (Red+Green+Blue) = 175+3+175=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 3 (1.56% from 255 or 0.85% from 353); Blue value is 175 (68.75% from 255 or 49.58% from 353); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF03AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF03AF is #50FC50. Grayscale: #494949. Windows color (decimal): -5307473 or 11469743. OLE color: 11469743.

HSL color Cylindrical-coordinate representation of color #AF03AF: hue angle of 300º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF03AF is Cyan = 0, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 3 175 -
CMYK 0 0.98 0 0.31
HSL 300º 0.97% 0.35% -
HSV(B) 300º 0.98% 0.69% -
XYZ 25.45 12.27 41.59 -
YUV 74.04 184.98 200.01 -
System Red Green Blue C M Y K H S L
Decimal 175 3 175 0 0.98 0 0.31 300 0.97 0.35
Hex AF 3 AF 0 62 0 1F 12C 61 23
Octal 257 3 257 0 142 0 37 454 141 43
Binary 10101111 11 10101111 0 1100010 0 11111 100101100 1100001 100011

Color Harmonies of #AF03AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF03AF

Black with #AF03AF

Text Example


Text Example

White with #AF03AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF03AF; }

 p { color: rgb(175,3,175); }

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

background-color css

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

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

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

border-color css

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

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

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