Html Css Color HEX #AF0397 Dark Magenta

📋 copy color: '#AF0397'

red 175 ◦ green 3 ◦ blue 151

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

Shades of Dark Magenta #AF0397

Tints of Dark Magenta #AF0397

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.91%

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

R = 53.19%
G = 0.91%
B = 45.9%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#AF0397 (or 0xAF0397) is known color: Dark Magenta. HEX triplet: AF, 03 and 97. RGB value is (175,3,151). Sum of RGB (Red+Green+Blue) = 175+3+151=329 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.19% from 329); Green value is 3 (1.56% from 255 or 0.91% from 329); Blue value is 151 (59.38% from 255 or 45.90% from 329); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0397 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0397 is #50FC68. Grayscale: #464646. Windows color (decimal): -5307497 or 9896879. OLE color: 9896879.

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

Color convert

RGB 175 3 151 -
CMYK 0 0.98 0.14 0.31
HSL 308.37º 0.97% 0.35% -
HSV(B) 308.37º 0.98% 0.69% -
XYZ 23.3 11.41 30.25 -
YUV 71.3 172.98 201.97 -
System Red Green Blue C M Y K H S L
Decimal 175 3 151 0 0.98 0.14 0.31 308.37 0.97 0.35
Hex AF 3 97 0 62 E 1F 134 61 23
Octal 257 3 227 0 142 16 37 464 141 43
Binary 10101111 11 10010111 0 1100010 1110 11111 100110100 1100001 100011

Color Harmonies of #AF0397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0397

Black with #AF0397

Text Example


Text Example

White with #AF0397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0397; }

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

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

background-color css

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

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

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

border-color css

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

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

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