Html Css Color HEX #AF06AF Deep Magenta

📋 copy color: '#AF06AF'

red 175 ◦ green 6 ◦ blue 175

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

Shades of Deep Magenta #AF06AF

Tints of Deep Magenta #AF06AF

RGB

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

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

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

R = 49.16%
G = 1.69%
B = 49.16%

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

#AF06AF (or 0xAF06AF) is known color: Deep Magenta. HEX triplet: AF, 06 and AF. RGB value is (175,6,175). Sum of RGB (Red+Green+Blue) = 175+6+175=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 6 (2.73% from 255 or 1.69% from 356); Blue value is 175 (68.75% from 255 or 49.16% from 356); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF06AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF06AF is #50F950. Grayscale: #4B4B4B. Windows color (decimal): -5306705 or 11470511. OLE color: 11470511.

HSL color Cylindrical-coordinate representation of color #AF06AF: hue angle of 300º degrees, saturation: 0.93, 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 #AF06AF is Cyan = 0, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 6 175 -
CMYK 0 0.97 0 0.31
HSL 300º 0.93% 0.35% -
HSV(B) 300º 0.97% 0.69% -
XYZ 25.48 12.34 41.6 -
YUV 75.8 183.99 198.76 -
System Red Green Blue C M Y K H S L
Decimal 175 6 175 0 0.97 0 0.31 300 0.93 0.35
Hex AF 6 AF 0 61 0 1F 12C 5D 23
Octal 257 6 257 0 141 0 37 454 135 43
Binary 10101111 110 10101111 0 1100001 0 11111 100101100 1011101 100011

Color Harmonies of #AF06AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF06AF

Black with #AF06AF

Text Example


Text Example

White with #AF06AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF06AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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