Html Css Color HEX #AF03BE Deep Magenta

📋 copy color: '#AF03BE'

red 175 ◦ green 3 ◦ blue 190

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

Shades of Deep Magenta #AF03BE

Tints of Deep Magenta #AF03BE

RGB

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

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

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

R = 47.55%
G = 0.82%
B = 51.63%

CMYK

 C value IS 0.08

 M value IS 0.98

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF03BE (or 0xAF03BE) is known color: Deep Magenta. HEX triplet: AF, 03 and BE. RGB value is (175,3,190). Sum of RGB (Red+Green+Blue) = 175+3+190=368 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.55% from 368); Green value is 3 (1.56% from 255 or 0.82% from 368); Blue value is 190 (74.61% from 255 or 51.63% from 368); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF03BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF03BE is #50FC41. Grayscale: #4B4B4B. Windows color (decimal): -5307458 or 12452783. OLE color: 12452783.

HSL color Cylindrical-coordinate representation of color #AF03BE: hue angle of 295.19º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF03BE is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 3 190 -
CMYK 0.08 0.98 0 0.25
HSL 295.19º 0.97% 0.38% -
HSV(B) 295.19º 0.98% 0.75% -
XYZ 27.01 12.9 49.78 -
YUV 75.75 192.48 198.79 -
System Red Green Blue C M Y K H S L
Decimal 175 3 190 0.08 0.98 0 0.25 295.19 0.97 0.38
Hex AF 3 BE 8 62 0 19 127 61 26
Octal 257 3 276 10 142 0 31 447 141 46
Binary 10101111 11 10111110 1000 1100010 0 11001 100100111 1100001 100110

Color Harmonies of #AF03BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF03BE

Black with #AF03BE

Text Example


Text Example

White with #AF03BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF03BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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