Html Css Color HEX #AF1CAC Deep Magenta

📋 copy color: '#AF1CAC'

red 175 ◦ green 28 ◦ blue 172

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

Shades of Deep Magenta #AF1CAC

Tints of Deep Magenta #AF1CAC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.47%

 BLUE value IS 172 (67.58% from 255) = 45.87%

R = 46.67%
G = 7.47%
B = 45.87%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AF1CAC (or 0xAF1CAC) is known color: Deep Magenta. HEX triplet: AF, 1C and AC. RGB value is (175,28,172). Sum of RGB (Red+Green+Blue) = 175+28+172=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 28 (11.33% from 255 or 7.47% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF1CAC is #50E353. Grayscale: #575757. Windows color (decimal): -5301076 or 11279535. OLE color: 11279535.

HSL color Cylindrical-coordinate representation of color #AF1CAC: hue angle of 301.22º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF1CAC is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 28 172 -
CMYK 0 0.84 0.02 0.31
HSL 301.22º 0.72% 0.4% -
HSV(B) 301.22º 0.84% 0.69% -
XYZ 25.54 12.92 40.18 -
YUV 88.37 175.2 189.79 -
System Red Green Blue C M Y K H S L
Decimal 175 28 172 0 0.84 0.02 0.31 301.22 0.72 0.4
Hex AF 1C AC 0 54 2 1F 12D 48 28
Octal 257 34 254 0 124 2 37 455 110 50
Binary 10101111 11100 10101100 0 1010100 10 11111 100101101 1001000 101000

Color Harmonies of #AF1CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1CAC

Black with #AF1CAC

Text Example


Text Example

White with #AF1CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1CAC; }

 p { color: rgb(175,28,172); }

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

background-color css

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

 a { background-color: rgb(175,28,172); }

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

border-color css

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

 span { border-color: rgb(175,28,172); }

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