Html Css Color HEX #AF08BC Deep Magenta

📋 copy color: '#AF08BC'

red 175 ◦ green 8 ◦ blue 188

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

Shades of Deep Magenta #AF08BC

Tints of Deep Magenta #AF08BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.67%

R = 47.17%
G = 2.16%
B = 50.67%

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

#AF08BC (or 0xAF08BC) is known color: Deep Magenta. HEX triplet: AF, 08 and BC. RGB value is (175,8,188). Sum of RGB (Red+Green+Blue) = 175+8+188=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 8 (3.52% from 255 or 2.16% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF08BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF08BC is #50F743. Grayscale: #4D4D4D. Windows color (decimal): -5306180 or 12322991. OLE color: 12322991.

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

Color convert

RGB 175 8 188 -
CMYK 0.07 0.96 0 0.26
HSL 295.67º 0.92% 0.38% -
HSV(B) 295.67º 0.96% 0.74% -
XYZ 26.84 12.92 48.66 -
YUV 78.45 189.83 196.86 -
System Red Green Blue C M Y K H S L
Decimal 175 8 188 0.07 0.96 0 0.26 295.67 0.92 0.38
Hex AF 8 BC 7 60 0 1A 128 5C 26
Octal 257 10 274 7 140 0 32 450 134 46
Binary 10101111 1000 10111100 111 1100000 0 11010 100101000 1011100 100110

Color Harmonies of #AF08BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF08BC

Black with #AF08BC

Text Example


Text Example

White with #AF08BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF08BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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