Html Css Color HEX #AF08BD Deep Magenta

📋 copy color: '#AF08BD'

red 175 ◦ green 8 ◦ blue 189

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

Shades of Deep Magenta #AF08BD

Tints of Deep Magenta #AF08BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 50.81%

R = 47.04%
G = 2.15%
B = 50.81%

CMYK

 C value IS 0.07

 M value IS 0.96

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AF08BD (or 0xAF08BD) is known color: Deep Magenta. HEX triplet: AF, 08 and BD. RGB value is (175,8,189). Sum of RGB (Red+Green+Blue) = 175+8+189=372 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.04% from 372); Green value is 8 (3.52% from 255 or 2.15% from 372); Blue value is 189 (74.22% from 255 or 50.81% from 372); Max value from RGB is 189 - color contains mainly: blue. Hex color #AF08BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF08BD is #50F742. Grayscale: #4E4E4E. Windows color (decimal): -5306179 or 12388527. OLE color: 12388527.

HSL color Cylindrical-coordinate representation of color #AF08BD: hue angle of 295.36º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AF08BD is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 8 189 -
CMYK 0.07 0.96 0 0.26
HSL 295.36º 0.92% 0.39% -
HSV(B) 295.36º 0.96% 0.74% -
XYZ 26.95 12.96 49.23 -
YUV 78.57 190.33 196.78 -
System Red Green Blue C M Y K H S L
Decimal 175 8 189 0.07 0.96 0 0.26 295.36 0.92 0.39
Hex AF 8 BD 7 60 0 1A 127 5C 27
Octal 257 10 275 7 140 0 32 447 134 47
Binary 10101111 1000 10111101 111 1100000 0 11010 100100111 1011100 100111

Color Harmonies of #AF08BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF08BD

Black with #AF08BD

Text Example


Text Example

White with #AF08BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF08BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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