Html Css Color HEX #AF01BC Deep Magenta

📋 copy color: '#AF01BC'

red 175 ◦ green 1 ◦ blue 188

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

Shades of Deep Magenta #AF01BC

Tints of Deep Magenta #AF01BC

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

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

R = 48.08%
G = 0.27%
B = 51.65%

CMYK

 C value IS 0.07

 M value IS 0.99

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AF01BC (or 0xAF01BC) is known color: Deep Magenta. HEX triplet: AF, 01 and BC. RGB value is (175,1,188). Sum of RGB (Red+Green+Blue) = 175+1+188=364 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.08% from 364); Green value is 1 (0.78% from 255 or 0.27% from 364); Blue value is 188 (73.83% from 255 or 51.65% from 364); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF01BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF01BC is #50FE43. Grayscale: #494949. Windows color (decimal): -5307972 or 12321199. OLE color: 12321199.

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

Color convert

RGB 175 1 188 -
CMYK 0.07 0.99 0 0.26
HSL 295.83º 0.99% 0.37% -
HSV(B) 295.83º 0.99% 0.74% -
XYZ 26.77 12.77 48.63 -
YUV 74.34 192.15 199.79 -
System Red Green Blue C M Y K H S L
Decimal 175 1 188 0.07 0.99 0 0.26 295.83 0.99 0.37
Hex AF 1 BC 7 63 0 1A 128 63 25
Octal 257 1 274 7 143 0 32 450 143 45
Binary 10101111 1 10111100 111 1100011 0 11010 100101000 1100011 100101

Color Harmonies of #AF01BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF01BC

Black with #AF01BC

Text Example


Text Example

White with #AF01BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF01BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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