Html Css Color HEX #AF0097 Dark Magenta

📋 copy color: '#AF0097'

red 175 ◦ green 0 ◦ blue 151

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

Shades of Dark Magenta #AF0097

Tints of Dark Magenta #AF0097

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 151 (59.38% from 255) = 46.32%

R = 53.68%
G = 0%
B = 46.32%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#AF0097 (or 0xAF0097) is known color: Dark Magenta. HEX triplet: AF, 00 and 97. RGB value is (175,0,151). Sum of RGB (Red+Green+Blue) = 175+0+151=326 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.68% from 326); Green value is 0 (0.39% from 255 or 0% from 326); Blue value is 151 (59.38% from 255 or 46.32% from 326); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0097 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0097 is #50FF68. Grayscale: #454545. Windows color (decimal): -5308265 or 9896111. OLE color: 9896111.

HSL color Cylindrical-coordinate representation of color #AF0097: hue angle of 308.23º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF0097 is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 0 151 -
CMYK 0 1 0.14 0.31
HSL 308.23º 1% 0.34% -
HSV(B) 308.23º 1% 0.69% -
XYZ 23.27 11.35 30.24 -
YUV 69.54 173.98 203.22 -
System Red Green Blue C M Y K H S L
Decimal 175 0 151 0 1 0.14 0.31 308.23 1 0.34
Hex AF 0 97 0 64 E 1F 134 64 22
Octal 257 0 227 0 144 16 37 464 144 42
Binary 10101111 0 10010111 0 1100100 1110 11111 100110100 1100100 100010

Color Harmonies of #AF0097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0097

Black with #AF0097

Text Example


Text Example

White with #AF0097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0097; }

 p { color: rgb(175,0,151); }

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

background-color css

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

 a { background-color: rgb(175,0,151); }

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

border-color css

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

 span { border-color: rgb(175,0,151); }

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