Html Css Color HEX #AF0398 Dark Magenta

📋 copy color: '#AF0398'

red 175 ◦ green 3 ◦ blue 152

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

Shades of Dark Magenta #AF0398

Tints of Dark Magenta #AF0398

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 46.06%

R = 53.03%
G = 0.91%
B = 46.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#AF0398 (or 0xAF0398) is known color: Dark Magenta. HEX triplet: AF, 03 and 98. RGB value is (175,3,152). Sum of RGB (Red+Green+Blue) = 175+3+152=330 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.03% from 330); Green value is 3 (1.56% from 255 or 0.91% from 330); Blue value is 152 (59.77% from 255 or 46.06% from 330); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0398 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0398 is #50FC67. Grayscale: #464646. Windows color (decimal): -5307496 or 9962415. OLE color: 9962415.

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

Color convert

RGB 175 3 152 -
CMYK 0 0.98 0.13 0.31
HSL 308.02º 0.97% 0.35% -
HSV(B) 308.02º 0.98% 0.69% -
XYZ 23.38 11.45 30.68 -
YUV 71.41 173.48 201.88 -
System Red Green Blue C M Y K H S L
Decimal 175 3 152 0 0.98 0.13 0.31 308.02 0.97 0.35
Hex AF 3 98 0 62 D 1F 134 61 23
Octal 257 3 230 0 142 15 37 464 141 43
Binary 10101111 11 10011000 0 1100010 1101 11111 100110100 1100001 100011

Color Harmonies of #AF0398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0398

Black with #AF0398

Text Example


Text Example

White with #AF0398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0398; }

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

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

background-color css

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

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

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

border-color css

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

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

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