Html Css Color HEX #AF0298 Dark Magenta

📋 copy color: '#AF0298'

red 175 ◦ green 2 ◦ blue 152

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

Shades of Dark Magenta #AF0298

Tints of Dark Magenta #AF0298

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.61%

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

R = 53.19%
G = 0.61%
B = 46.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#AF0298 (or 0xAF0298) is known color: Dark Magenta. HEX triplet: AF, 02 and 98. RGB value is (175,2,152). Sum of RGB (Red+Green+Blue) = 175+2+152=329 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.19% from 329); Green value is 2 (1.17% from 255 or 0.61% from 329); Blue value is 152 (59.77% from 255 or 46.20% from 329); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0298 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0298 is #50FD67. Grayscale: #464646. Windows color (decimal): -5307752 or 9962159. OLE color: 9962159.

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

Color convert

RGB 175 2 152 -
CMYK 0 0.99 0.13 0.31
HSL 307.98º 0.98% 0.35% -
HSV(B) 307.98º 0.99% 0.69% -
XYZ 23.37 11.42 30.68 -
YUV 70.83 173.81 202.3 -
System Red Green Blue C M Y K H S L
Decimal 175 2 152 0 0.99 0.13 0.31 307.98 0.98 0.35
Hex AF 2 98 0 63 D 1F 134 62 23
Octal 257 2 230 0 143 15 37 464 142 43
Binary 10101111 10 10011000 0 1100011 1101 11111 100110100 1100010 100011

Color Harmonies of #AF0298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0298

Black with #AF0298

Text Example


Text Example

White with #AF0298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0298; }

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

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

background-color css

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

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

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

border-color css

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

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

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