Html Css Color HEX #AF069F Dark Magenta

📋 copy color: '#AF069F'

red 175 ◦ green 6 ◦ blue 159

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

Shades of Dark Magenta #AF069F

Tints of Dark Magenta #AF069F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.76%

 BLUE value IS 159 (62.5% from 255) = 46.76%

R = 51.47%
G = 1.76%
B = 46.76%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#AF069F (or 0xAF069F) is known color: Dark Magenta. HEX triplet: AF, 06 and 9F. RGB value is (175,6,159). Sum of RGB (Red+Green+Blue) = 175+6+159=340 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.47% from 340); Green value is 6 (2.73% from 255 or 1.76% from 340); Blue value is 159 (62.5% from 255 or 46.76% from 340); Max value from RGB is 175 - color contains mainly: red. Hex color #AF069F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF069F is #50F960. Grayscale: #494949. Windows color (decimal): -5306721 or 10421935. OLE color: 10421935.

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

Color convert

RGB 175 6 159 -
CMYK 0 0.97 0.09 0.31
HSL 305.68º 0.93% 0.35% -
HSV(B) 305.68º 0.97% 0.69% -
XYZ 24 11.75 33.8 -
YUV 73.97 175.99 200.06 -
System Red Green Blue C M Y K H S L
Decimal 175 6 159 0 0.97 0.09 0.31 305.68 0.93 0.35
Hex AF 6 9F 0 61 9 1F 132 5D 23
Octal 257 6 237 0 141 11 37 462 135 43
Binary 10101111 110 10011111 0 1100001 1001 11111 100110010 1011101 100011

Color Harmonies of #AF069F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF069F

Black with #AF069F

Text Example


Text Example

White with #AF069F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF069F; }

 p { color: rgb(175,6,159); }

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

background-color css

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

 a { background-color: rgb(175,6,159); }

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

border-color css

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

 span { border-color: rgb(175,6,159); }

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