Html Css Color HEX #AC00BE Deep Magenta

📋 copy color: '#AC00BE'

red 172 ◦ green 0 ◦ blue 190

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

Shades of Deep Magenta #AC00BE

Tints of Deep Magenta #AC00BE

RGB

 RED value IS 172 (67.58% from 255) = 47.51%

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

 BLUE value IS 190 (74.61% from 255) = 52.49%

R = 47.51%
G = 0%
B = 52.49%

CMYK

 C value IS 0.09

 M value IS 1

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AC00BE (or 0xAC00BE) is known color: Deep Magenta. HEX triplet: AC, 00 and BE. RGB value is (172,0,190). Sum of RGB (Red+Green+Blue) = 172+0+190=362 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.51% from 362); Green value is 0 (0.39% from 255 or 0% from 362); Blue value is 190 (74.61% from 255 or 52.49% from 362); Max value from RGB is 190 - color contains mainly: blue. Hex color #AC00BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC00BE is #53FF41. Grayscale: #484848. Windows color (decimal): -5504834 or 12452012. OLE color: 12452012.

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

Color convert

RGB 172 0 190 -
CMYK 0.09 1 0 0.25
HSL 294.32º 1% 0.37% -
HSV(B) 294.32º 1% 0.75% -
XYZ 26.31 12.49 49.74 -
YUV 73.09 193.98 198.55 -
System Red Green Blue C M Y K H S L
Decimal 172 0 190 0.09 1 0 0.25 294.32 1 0.37
Hex AC 0 BE 9 64 0 19 126 64 25
Octal 254 0 276 11 144 0 31 446 144 45
Binary 10101100 0 10111110 1001 1100100 0 11001 100100110 1100100 100101

Color Harmonies of #AC00BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC00BE

Black with #AC00BE

Text Example


Text Example

White with #AC00BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC00BE; }

 p { color: rgb(172,0,190); }

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

background-color css

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

 a { background-color: rgb(172,0,190); }

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

border-color css

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

 span { border-color: rgb(172,0,190); }

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