Html Css Color HEX #AF16C2 Deep Magenta

📋 copy color: '#AF16C2'

red 175 ◦ green 22 ◦ blue 194

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

Shades of Deep Magenta #AF16C2

Tints of Deep Magenta #AF16C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 49.62%

R = 44.76%
G = 5.63%
B = 49.62%

CMYK

 C value IS 0.10

 M value IS 0.89

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AF16C2 (or 0xAF16C2) is known color: Deep Magenta. HEX triplet: AF, 16 and C2. RGB value is (175,22,194). Sum of RGB (Red+Green+Blue) = 175+22+194=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 22 (8.98% from 255 or 5.63% from 391); Blue value is 194 (76.17% from 255 or 49.62% from 391); Max value from RGB is 194 - color contains mainly: blue. Hex color #AF16C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF16C2 is #50E93D. Grayscale: #565656. Windows color (decimal): -5302590 or 12719791. OLE color: 12719791.

HSL color Cylindrical-coordinate representation of color #AF16C2: hue angle of 293.37º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF16C2 is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 22 194 -
CMYK 0.10 0.89 0 0.24
HSL 293.37º 0.8% 0.42% -
HSV(B) 293.37º 0.89% 0.76% -
XYZ 27.7 13.58 52.2 -
YUV 87.36 188.19 190.51 -
System Red Green Blue C M Y K H S L
Decimal 175 22 194 0.10 0.89 0 0.24 293.37 0.8 0.42
Hex AF 16 C2 A 59 0 18 125 50 2A
Octal 257 26 302 12 131 0 30 445 120 52
Binary 10101111 10110 11000010 1010 1011001 0 11000 100100101 1010000 101010

Color Harmonies of #AF16C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF16C2

Black with #AF16C2

Text Example


Text Example

White with #AF16C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF16C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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