Html Css Color HEX #AF16BA Deep Magenta

📋 copy color: '#AF16BA'

red 175 ◦ green 22 ◦ blue 186

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

Shades of Deep Magenta #AF16BA

Tints of Deep Magenta #AF16BA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.74%

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

R = 45.69%
G = 5.74%
B = 48.56%

CMYK

 C value IS 0.06

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF16BA (or 0xAF16BA) is known color: Deep Magenta. HEX triplet: AF, 16 and BA. RGB value is (175,22,186). Sum of RGB (Red+Green+Blue) = 175+22+186=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 22 (8.98% from 255 or 5.74% from 383); Blue value is 186 (73.05% from 255 or 48.56% from 383); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF16BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF16BA is #50E945. Grayscale: #555555. Windows color (decimal): -5302598 or 12195503. OLE color: 12195503.

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

Color convert

RGB 175 22 186 -
CMYK 0.06 0.88 0 0.27
HSL 295.98º 0.79% 0.41% -
HSV(B) 295.98º 0.88% 0.73% -
XYZ 26.83 13.23 47.59 -
YUV 86.44 184.19 191.16 -
System Red Green Blue C M Y K H S L
Decimal 175 22 186 0.06 0.88 0 0.27 295.98 0.79 0.41
Hex AF 16 BA 6 58 0 1B 128 4F 29
Octal 257 26 272 6 130 0 33 450 117 51
Binary 10101111 10110 10111010 110 1011000 0 11011 100101000 1001111 101001

Color Harmonies of #AF16BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF16BA

Black with #AF16BA

Text Example


Text Example

White with #AF16BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF16BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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