Html Css Color HEX #AF04BA Deep Magenta

📋 copy color: '#AF04BA'

red 175 ◦ green 4 ◦ blue 186

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

Shades of Deep Magenta #AF04BA

Tints of Deep Magenta #AF04BA

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.1%

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

R = 47.95%
G = 1.1%
B = 50.96%

CMYK

 C value IS 0.06

 M value IS 0.98

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF04BA (or 0xAF04BA) is known color: Deep Magenta. HEX triplet: AF, 04 and BA. RGB value is (175,4,186). Sum of RGB (Red+Green+Blue) = 175+4+186=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 4 (1.95% from 255 or 1.10% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF04BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF04BA is #50FB45. Grayscale: #4B4B4B. Windows color (decimal): -5307206 or 12190895. OLE color: 12190895.

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

Color convert

RGB 175 4 186 -
CMYK 0.06 0.98 0 0.27
HSL 296.37º 0.96% 0.37% -
HSV(B) 296.37º 0.98% 0.73% -
XYZ 26.59 12.75 47.51 -
YUV 75.88 190.15 198.7 -
System Red Green Blue C M Y K H S L
Decimal 175 4 186 0.06 0.98 0 0.27 296.37 0.96 0.37
Hex AF 4 BA 6 62 0 1B 128 60 25
Octal 257 4 272 6 142 0 33 450 140 45
Binary 10101111 100 10111010 110 1100010 0 11011 100101000 1100000 100101

Color Harmonies of #AF04BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF04BA

Black with #AF04BA

Text Example


Text Example

White with #AF04BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF04BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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