Html Css Color HEX #AF05AF Deep Magenta

📋 copy color: '#AF05AF'

red 175 ◦ green 5 ◦ blue 175

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

Shades of Deep Magenta #AF05AF

Tints of Deep Magenta #AF05AF

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.41%

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

R = 49.3%
G = 1.41%
B = 49.3%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AF05AF (or 0xAF05AF) is known color: Deep Magenta. HEX triplet: AF, 05 and AF. RGB value is (175,5,175). Sum of RGB (Red+Green+Blue) = 175+5+175=355 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.30% from 355); Green value is 5 (2.34% from 255 or 1.41% from 355); Blue value is 175 (68.75% from 255 or 49.30% from 355); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF05AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF05AF is #50FA50. Grayscale: #4A4A4A. Windows color (decimal): -5306961 or 11470255. OLE color: 11470255.

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

Color convert

RGB 175 5 175 -
CMYK 0 0.97 0 0.31
HSL 300º 0.94% 0.35% -
HSV(B) 300º 0.97% 0.69% -
XYZ 25.47 12.32 41.59 -
YUV 75.21 184.32 199.18 -
System Red Green Blue C M Y K H S L
Decimal 175 5 175 0 0.97 0 0.31 300 0.94 0.35
Hex AF 5 AF 0 61 0 1F 12C 5E 23
Octal 257 5 257 0 141 0 37 454 136 43
Binary 10101111 101 10101111 0 1100001 0 11111 100101100 1011110 100011

Color Harmonies of #AF05AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF05AF

Black with #AF05AF

Text Example


Text Example

White with #AF05AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF05AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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