Html Css Color HEX #AF00BC Deep Magenta

📋 copy color: '#AF00BC'

red 175 ◦ green 0 ◦ blue 188

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

Shades of Deep Magenta #AF00BC

Tints of Deep Magenta #AF00BC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 48.21%
G = 0%
B = 51.79%

CMYK

 C value IS 0.07

 M value IS 1

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AF00BC (or 0xAF00BC) is known color: Deep Magenta. HEX triplet: AF, 00 and BC. RGB value is (175,0,188). Sum of RGB (Red+Green+Blue) = 175+0+188=363 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.21% from 363); Green value is 0 (0.39% from 255 or 0% from 363); Blue value is 188 (73.83% from 255 or 51.79% from 363); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF00BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF00BC is #50FF43. Grayscale: #494949. Windows color (decimal): -5308228 or 12320943. OLE color: 12320943.

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

Color convert

RGB 175 0 188 -
CMYK 0.07 1 0 0.26
HSL 295.85º 1% 0.37% -
HSV(B) 295.85º 1% 0.74% -
XYZ 26.76 12.74 48.63 -
YUV 73.76 192.48 200.21 -
System Red Green Blue C M Y K H S L
Decimal 175 0 188 0.07 1 0 0.26 295.85 1 0.37
Hex AF 0 BC 7 64 0 1A 128 64 25
Octal 257 0 274 7 144 0 32 450 144 45
Binary 10101111 0 10111100 111 1100100 0 11010 100101000 1100100 100101

Color Harmonies of #AF00BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF00BC

Black with #AF00BC

Text Example


Text Example

White with #AF00BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF00BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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