Html Css Color HEX #AF1AAE Deep Magenta

📋 copy color: '#AF1AAE'

red 175 ◦ green 26 ◦ blue 174

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

Shades of Deep Magenta #AF1AAE

Tints of Deep Magenta #AF1AAE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.93%

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

R = 46.67%
G = 6.93%
B = 46.4%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#AF1AAE (or 0xAF1AAE) is known color: Deep Magenta. HEX triplet: AF, 1A and AE. RGB value is (175,26,174). Sum of RGB (Red+Green+Blue) = 175+26+174=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 26 (10.55% from 255 or 6.93% from 375); Blue value is 174 (68.36% from 255 or 46.4% from 375); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF1AAE is #50E551. Grayscale: #565656. Windows color (decimal): -5301586 or 11410095. OLE color: 11410095.

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

Color convert

RGB 175 26 174 -
CMYK 0 0.85 0.01 0.31
HSL 300.4º 0.74% 0.39% -
HSV(B) 300.4º 0.85% 0.69% -
XYZ 25.69 12.91 41.18 -
YUV 87.42 176.86 190.47 -
System Red Green Blue C M Y K H S L
Decimal 175 26 174 0 0.85 0.01 0.31 300.4 0.74 0.39
Hex AF 1A AE 0 55 1 1F 12C 4A 27
Octal 257 32 256 0 125 1 37 454 112 47
Binary 10101111 11010 10101110 0 1010101 1 11111 100101100 1001010 100111

Color Harmonies of #AF1AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1AAE

Black with #AF1AAE

Text Example


Text Example

White with #AF1AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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