Html Css Color HEX #AF07A5 Dark Magenta

📋 copy color: '#AF07A5'

red 175 ◦ green 7 ◦ blue 165

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

Shades of Dark Magenta #AF07A5

Tints of Dark Magenta #AF07A5

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.02%

 BLUE value IS 165 (64.84% from 255) = 47.55%

R = 50.43%
G = 2.02%
B = 47.55%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#AF07A5 (or 0xAF07A5) is known color: Dark Magenta. HEX triplet: AF, 07 and A5. RGB value is (175,7,165). Sum of RGB (Red+Green+Blue) = 175+7+165=347 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.43% from 347); Green value is 7 (3.12% from 255 or 2.02% from 347); Blue value is 165 (64.84% from 255 or 47.55% from 347); Max value from RGB is 175 - color contains mainly: red. Hex color #AF07A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF07A5 is #50F85A. Grayscale: #4A4A4A. Windows color (decimal): -5306459 or 10815407. OLE color: 10815407.

HSL color Cylindrical-coordinate representation of color #AF07A5: hue angle of 303.57º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AF07A5 is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 7 165 -
CMYK 0 0.96 0.06 0.31
HSL 303.57º 0.92% 0.36% -
HSV(B) 303.57º 0.96% 0.69% -
XYZ 24.55 11.98 36.62 -
YUV 75.24 178.66 199.15 -
System Red Green Blue C M Y K H S L
Decimal 175 7 165 0 0.96 0.06 0.31 303.57 0.92 0.36
Hex AF 7 A5 0 60 6 1F 130 5C 24
Octal 257 7 245 0 140 6 37 460 134 44
Binary 10101111 111 10100101 0 1100000 110 11111 100110000 1011100 100100

Color Harmonies of #AF07A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF07A5

Black with #AF07A5

Text Example


Text Example

White with #AF07A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF07A5; }

 p { color: rgb(175,7,165); }

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

background-color css

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

 a { background-color: rgb(175,7,165); }

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

border-color css

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

 span { border-color: rgb(175,7,165); }

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