Html Css Color HEX #AF02BE Deep Magenta

📋 copy color: '#AF02BE'

red 175 ◦ green 2 ◦ blue 190

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

Shades of Deep Magenta #AF02BE

Tints of Deep Magenta #AF02BE

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.54%

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

R = 47.68%
G = 0.54%
B = 51.77%

CMYK

 C value IS 0.08

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF02BE (or 0xAF02BE) is known color: Deep Magenta. HEX triplet: AF, 02 and BE. RGB value is (175,2,190). Sum of RGB (Red+Green+Blue) = 175+2+190=367 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.68% from 367); Green value is 2 (1.17% from 255 or 0.54% from 367); Blue value is 190 (74.61% from 255 or 51.77% from 367); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF02BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF02BE is #50FD41. Grayscale: #4A4A4A. Windows color (decimal): -5307714 or 12452527. OLE color: 12452527.

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

Color convert

RGB 175 2 190 -
CMYK 0.08 0.99 0 0.25
HSL 295.21º 0.98% 0.38% -
HSV(B) 295.21º 0.99% 0.75% -
XYZ 27 12.88 49.78 -
YUV 75.16 192.81 199.21 -
System Red Green Blue C M Y K H S L
Decimal 175 2 190 0.08 0.99 0 0.25 295.21 0.98 0.38
Hex AF 2 BE 8 63 0 19 127 62 26
Octal 257 2 276 10 143 0 31 447 142 46
Binary 10101111 10 10111110 1000 1100011 0 11001 100100111 1100010 100110

Color Harmonies of #AF02BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF02BE

Black with #AF02BE

Text Example


Text Example

White with #AF02BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF02BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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