Html Css Color HEX #AF1DAE Deep Magenta

📋 copy color: '#AF1DAE'

red 175 ◦ green 29 ◦ blue 174

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

Shades of Deep Magenta #AF1DAE

Tints of Deep Magenta #AF1DAE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.67%

 BLUE value IS 174 (68.36% from 255) = 46.03%

R = 46.3%
G = 7.67%
B = 46.03%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#AF1DAE (or 0xAF1DAE) is known color: Deep Magenta. HEX triplet: AF, 1D and AE. RGB value is (175,29,174). Sum of RGB (Red+Green+Blue) = 175+29+174=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 29 (11.72% from 255 or 7.67% from 378); Blue value is 174 (68.36% from 255 or 46.03% from 378); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF1DAE is #50E251. Grayscale: #585858. Windows color (decimal): -5300818 or 11410863. OLE color: 11410863.

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

Color convert

RGB 175 29 174 -
CMYK 0 0.83 0.01 0.31
HSL 300.41º 0.72% 0.4% -
HSV(B) 300.41º 0.83% 0.69% -
XYZ 25.76 13.05 41.21 -
YUV 89.18 175.87 189.21 -
System Red Green Blue C M Y K H S L
Decimal 175 29 174 0 0.83 0.01 0.31 300.41 0.72 0.4
Hex AF 1D AE 0 53 1 1F 12C 48 28
Octal 257 35 256 0 123 1 37 454 110 50
Binary 10101111 11101 10101110 0 1010011 1 11111 100101100 1001000 101000

Color Harmonies of #AF1DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1DAE

Black with #AF1DAE

Text Example


Text Example

White with #AF1DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1DAE; }

 p { color: rgb(175,29,174); }

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

background-color css

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

 a { background-color: rgb(175,29,174); }

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

border-color css

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

 span { border-color: rgb(175,29,174); }

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