Html Css Color HEX #AF08AF Deep Magenta

📋 copy color: '#AF08AF'

red 175 ◦ green 8 ◦ blue 175

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

Shades of Deep Magenta #AF08AF

Tints of Deep Magenta #AF08AF

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.23%

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

R = 48.88%
G = 2.23%
B = 48.88%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AF08AF (or 0xAF08AF) is known color: Deep Magenta. HEX triplet: AF, 08 and AF. RGB value is (175,8,175). Sum of RGB (Red+Green+Blue) = 175+8+175=358 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.88% from 358); Green value is 8 (3.52% from 255 or 2.23% from 358); Blue value is 175 (68.75% from 255 or 48.88% from 358); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF08AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF08AF is #50F750. Grayscale: #4C4C4C. Windows color (decimal): -5306193 or 11471023. OLE color: 11471023.

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

Color convert

RGB 175 8 175 -
CMYK 0 0.95 0 0.31
HSL 300º 0.91% 0.36% -
HSV(B) 300º 0.95% 0.69% -
XYZ 25.5 12.38 41.6 -
YUV 76.97 183.33 197.92 -
System Red Green Blue C M Y K H S L
Decimal 175 8 175 0 0.95 0 0.31 300 0.91 0.36
Hex AF 8 AF 0 5F 0 1F 12C 5B 24
Octal 257 10 257 0 137 0 37 454 133 44
Binary 10101111 1000 10101111 0 1011111 0 11111 100101100 1011011 100100

Color Harmonies of #AF08AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF08AF

Black with #AF08AF

Text Example


Text Example

White with #AF08AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF08AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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