Html Css Color HEX #AF069C Dark Magenta

📋 copy color: '#AF069C'

red 175 ◦ green 6 ◦ blue 156

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

Shades of Dark Magenta #AF069C

Tints of Dark Magenta #AF069C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 46.29%

R = 51.93%
G = 1.78%
B = 46.29%

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

#AF069C (or 0xAF069C) is known color: Dark Magenta. HEX triplet: AF, 06 and 9C. RGB value is (175,6,156). Sum of RGB (Red+Green+Blue) = 175+6+156=337 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.93% from 337); Green value is 6 (2.73% from 255 or 1.78% from 337); Blue value is 156 (61.33% from 255 or 46.29% from 337); Max value from RGB is 175 - color contains mainly: red. Hex color #AF069C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF069C is #50F963. Grayscale: #494949. Windows color (decimal): -5306724 or 10225327. OLE color: 10225327.

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

Color convert

RGB 175 6 156 -
CMYK 0 0.97 0.11 0.31
HSL 306.75º 0.93% 0.35% -
HSV(B) 306.75º 0.97% 0.69% -
XYZ 23.75 11.64 32.45 -
YUV 73.63 174.49 200.3 -
System Red Green Blue C M Y K H S L
Decimal 175 6 156 0 0.97 0.11 0.31 306.75 0.93 0.35
Hex AF 6 9C 0 61 B 1F 133 5D 23
Octal 257 6 234 0 141 13 37 463 135 43
Binary 10101111 110 10011100 0 1100001 1011 11111 100110011 1011101 100011

Color Harmonies of #AF069C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF069C

Black with #AF069C

Text Example


Text Example

White with #AF069C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF069C; }

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

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

background-color css

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

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

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

border-color css

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

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

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