Html Css Color HEX #AF069B Dark Magenta

📋 copy color: '#AF069B'

red 175 ◦ green 6 ◦ blue 155

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

Shades of Dark Magenta #AF069B

Tints of Dark Magenta #AF069B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 46.13%

R = 52.08%
G = 1.79%
B = 46.13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#AF069B (or 0xAF069B) is known color: Dark Magenta. HEX triplet: AF, 06 and 9B. RGB value is (175,6,155). Sum of RGB (Red+Green+Blue) = 175+6+155=336 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.08% from 336); Green value is 6 (2.73% from 255 or 1.79% from 336); Blue value is 155 (60.94% from 255 or 46.13% from 336); Max value from RGB is 175 - color contains mainly: red. Hex color #AF069B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF069B is #50F964. Grayscale: #494949. Windows color (decimal): -5306725 or 10159791. OLE color: 10159791.

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

Color convert

RGB 175 6 155 -
CMYK 0 0.97 0.11 0.31
HSL 307.1º 0.93% 0.35% -
HSV(B) 307.1º 0.97% 0.69% -
XYZ 23.66 11.61 32 -
YUV 73.52 173.99 200.38 -
System Red Green Blue C M Y K H S L
Decimal 175 6 155 0 0.97 0.11 0.31 307.1 0.93 0.35
Hex AF 6 9B 0 61 B 1F 133 5D 23
Octal 257 6 233 0 141 13 37 463 135 43
Binary 10101111 110 10011011 0 1100001 1011 11111 100110011 1011101 100011

Color Harmonies of #AF069B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF069B

Black with #AF069B

Text Example


Text Example

White with #AF069B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF069B; }

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

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

background-color css

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

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

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

border-color css

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

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

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