Html Css Color HEX #AF0296 Dark Magenta

📋 copy color: '#AF0296'

red 175 ◦ green 2 ◦ blue 150

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

Shades of Dark Magenta #AF0296

Tints of Dark Magenta #AF0296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 45.87%

R = 53.52%
G = 0.61%
B = 45.87%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#AF0296 (or 0xAF0296) is known color: Dark Magenta. HEX triplet: AF, 02 and 96. RGB value is (175,2,150). Sum of RGB (Red+Green+Blue) = 175+2+150=327 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.52% from 327); Green value is 2 (1.17% from 255 or 0.61% from 327); Blue value is 150 (58.98% from 255 or 45.87% from 327); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0296 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0296 is #50FD69. Grayscale: #464646. Windows color (decimal): -5307754 or 9831087. OLE color: 9831087.

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

Color convert

RGB 175 2 150 -
CMYK 0 0.99 0.14 0.31
HSL 308.67º 0.98% 0.35% -
HSV(B) 308.67º 0.99% 0.69% -
XYZ 23.21 11.36 29.82 -
YUV 70.6 172.81 202.47 -
System Red Green Blue C M Y K H S L
Decimal 175 2 150 0 0.99 0.14 0.31 308.67 0.98 0.35
Hex AF 2 96 0 63 E 1F 135 62 23
Octal 257 2 226 0 143 16 37 465 142 43
Binary 10101111 10 10010110 0 1100011 1110 11111 100110101 1100010 100011

Color Harmonies of #AF0296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0296

Black with #AF0296

Text Example


Text Example

White with #AF0296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0296; }

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

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

background-color css

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

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

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

border-color css

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

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

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