Html Css Color HEX #AF00BA Deep Magenta

📋 copy color: '#AF00BA'

red 175 ◦ green 0 ◦ blue 186

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

Shades of Deep Magenta #AF00BA

Tints of Deep Magenta #AF00BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 51.52%

R = 48.48%
G = 0%
B = 51.52%

CMYK

 C value IS 0.06

 M value IS 1

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF00BA (or 0xAF00BA) is known color: Deep Magenta. HEX triplet: AF, 00 and BA. RGB value is (175,0,186). Sum of RGB (Red+Green+Blue) = 175+0+186=361 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.48% from 361); Green value is 0 (0.39% from 255 or 0% from 361); Blue value is 186 (73.05% from 255 or 51.52% from 361); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF00BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF00BA is #50FF45. Grayscale: #484848. Windows color (decimal): -5308230 or 12189871. OLE color: 12189871.

HSL color Cylindrical-coordinate representation of color #AF00BA: hue angle of 296.45º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF00BA is Cyan = 0.06, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 0 186 -
CMYK 0.06 1 0 0.27
HSL 296.45º 1% 0.36% -
HSV(B) 296.45º 1% 0.73% -
XYZ 26.54 12.66 47.5 -
YUV 73.53 191.48 200.38 -
System Red Green Blue C M Y K H S L
Decimal 175 0 186 0.06 1 0 0.27 296.45 1 0.36
Hex AF 0 BA 6 64 0 1B 128 64 24
Octal 257 0 272 6 144 0 33 450 144 44
Binary 10101111 0 10111010 110 1100100 0 11011 100101000 1100100 100100

Color Harmonies of #AF00BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF00BA

Black with #AF00BA

Text Example


Text Example

White with #AF00BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF00BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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