Html Css Color HEX #AF11B3 Deep Magenta

📋 copy color: '#AF11B3'

red 175 ◦ green 17 ◦ blue 179

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

Shades of Deep Magenta #AF11B3

Tints of Deep Magenta #AF11B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 48.25%

R = 47.17%
G = 4.58%
B = 48.25%

CMYK

 C value IS 0.02

 M value IS 0.91

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AF11B3 (or 0xAF11B3) is known color: Deep Magenta. HEX triplet: AF, 11 and B3. RGB value is (175,17,179). Sum of RGB (Red+Green+Blue) = 175+17+179=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 17 (7.03% from 255 or 4.58% from 371); Blue value is 179 (70.31% from 255 or 48.25% from 371); Max value from RGB is 179 - color contains mainly: blue. Hex color #AF11B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF11B3 is #50EE4C. Grayscale: #525252. Windows color (decimal): -5303885 or 11735471. OLE color: 11735471.

HSL color Cylindrical-coordinate representation of color #AF11B3: hue angle of 298.52º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF11B3 is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 175 17 179 -
CMYK 0.02 0.91 0 0.30
HSL 298.52º 0.83% 0.38% -
HSV(B) 298.52º 0.91% 0.7% -
XYZ 26.02 12.77 43.74 -
YUV 82.71 182.35 193.83 -
System Red Green Blue C M Y K H S L
Decimal 175 17 179 0.02 0.91 0 0.30 298.52 0.83 0.38
Hex AF 11 B3 2 5B 0 1E 12B 53 26
Octal 257 21 263 2 133 0 36 453 123 46
Binary 10101111 10001 10110011 10 1011011 0 11110 100101011 1010011 100110

Color Harmonies of #AF11B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF11B3

Black with #AF11B3

Text Example


Text Example

White with #AF11B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF11B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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