Html Css Color HEX #AF11C2 Deep Magenta

📋 copy color: '#AF11C2'

red 175 ◦ green 17 ◦ blue 194

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

Shades of Deep Magenta #AF11C2

Tints of Deep Magenta #AF11C2

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.4%

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

R = 45.34%
G = 4.4%
B = 50.26%

CMYK

 C value IS 0.10

 M value IS 0.91

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AF11C2 (or 0xAF11C2) is known color: Deep Magenta. HEX triplet: AF, 11 and C2. RGB value is (175,17,194). Sum of RGB (Red+Green+Blue) = 175+17+194=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 17 (7.03% from 255 or 4.40% from 386); Blue value is 194 (76.17% from 255 or 50.26% from 386); Max value from RGB is 194 - color contains mainly: blue. Hex color #AF11C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF11C2 is #50EE3D. Grayscale: #535353. Windows color (decimal): -5303870 or 12718511. OLE color: 12718511.

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

Color convert

RGB 175 17 194 -
CMYK 0.10 0.91 0 0.24
HSL 293.56º 0.84% 0.41% -
HSV(B) 293.56º 0.91% 0.76% -
XYZ 27.62 13.41 52.17 -
YUV 84.42 189.85 192.61 -
System Red Green Blue C M Y K H S L
Decimal 175 17 194 0.10 0.91 0 0.24 293.56 0.84 0.41
Hex AF 11 C2 A 5B 0 18 126 54 29
Octal 257 21 302 12 133 0 30 446 124 51
Binary 10101111 10001 11000010 1010 1011011 0 11000 100100110 1010100 101001

Color Harmonies of #AF11C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF11C2

Black with #AF11C2

Text Example


Text Example

White with #AF11C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF11C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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