Html Css Color HEX #AF1CAA Deep Magenta

📋 copy color: '#AF1CAA'

red 175 ◦ green 28 ◦ blue 170

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

Shades of Deep Magenta #AF1CAA

Tints of Deep Magenta #AF1CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 45.58%

R = 46.92%
G = 7.51%
B = 45.58%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#AF1CAA (or 0xAF1CAA) is known color: Deep Magenta. HEX triplet: AF, 1C and AA. RGB value is (175,28,170). Sum of RGB (Red+Green+Blue) = 175+28+170=373 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.92% from 373); Green value is 28 (11.33% from 255 or 7.51% from 373); Blue value is 170 (66.80% from 255 or 45.58% from 373); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF1CAA is #50E355. Grayscale: #575757. Windows color (decimal): -5301078 or 11148463. OLE color: 11148463.

HSL color Cylindrical-coordinate representation of color #AF1CAA: hue angle of 302.04º 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 #AF1CAA is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 28 170 -
CMYK 0 0.84 0.03 0.31
HSL 302.04º 0.72% 0.4% -
HSV(B) 302.04º 0.84% 0.69% -
XYZ 25.35 12.85 39.17 -
YUV 88.14 174.2 189.95 -
System Red Green Blue C M Y K H S L
Decimal 175 28 170 0 0.84 0.03 0.31 302.04 0.72 0.4
Hex AF 1C AA 0 54 3 1F 12E 48 28
Octal 257 34 252 0 124 3 37 456 110 50
Binary 10101111 11100 10101010 0 1010100 11 11111 100101110 1001000 101000

Color Harmonies of #AF1CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1CAA

Black with #AF1CAA

Text Example


Text Example

White with #AF1CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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