Html Css Color HEX #AF03BA Deep Magenta

📋 copy color: '#AF03BA'

red 175 ◦ green 3 ◦ blue 186

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

Shades of Deep Magenta #AF03BA

Tints of Deep Magenta #AF03BA

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.82%

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

R = 48.08%
G = 0.82%
B = 51.1%

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

#AF03BA (or 0xAF03BA) is known color: Deep Magenta. HEX triplet: AF, 03 and BA. RGB value is (175,3,186). Sum of RGB (Red+Green+Blue) = 175+3+186=364 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.08% from 364); Green value is 3 (1.56% from 255 or 0.82% from 364); Blue value is 186 (73.05% from 255 or 51.10% from 364); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF03BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF03BA is #50FC45. Grayscale: #4A4A4A. Windows color (decimal): -5307462 or 12190639. OLE color: 12190639.

HSL color Cylindrical-coordinate representation of color #AF03BA: hue angle of 296.39º degrees, saturation: 0.97, 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 #AF03BA is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 3 186 -
CMYK 0.06 0.98 0 0.27
HSL 296.39º 0.97% 0.37% -
HSV(B) 296.39º 0.98% 0.73% -
XYZ 26.57 12.72 47.51 -
YUV 75.29 190.48 199.12 -
System Red Green Blue C M Y K H S L
Decimal 175 3 186 0.06 0.98 0 0.27 296.39 0.97 0.37
Hex AF 3 BA 6 62 0 1B 128 61 25
Octal 257 3 272 6 142 0 33 450 141 45
Binary 10101111 11 10111010 110 1100010 0 11011 100101000 1100001 100101

Color Harmonies of #AF03BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF03BA

Black with #AF03BA

Text Example


Text Example

White with #AF03BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF03BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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