Html Css Color HEX #A502AF Dark Magenta

📋 copy color: '#A502AF'

red 165 ◦ green 2 ◦ blue 175

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

Shades of Dark Magenta #A502AF

Tints of Dark Magenta #A502AF

RGB

 RED value IS 165 (64.84% from 255) = 48.25%

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

 BLUE value IS 175 (68.75% from 255) = 51.17%

R = 48.25%
G = 0.58%
B = 51.17%

CMYK

 C value IS 0.06

 M value IS 0.99

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A502AF (or 0xA502AF) is known color: Dark Magenta. HEX triplet: A5, 02 and AF. RGB value is (165,2,175). Sum of RGB (Red+Green+Blue) = 165+2+175=342 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.25% from 342); Green value is 2 (1.17% from 255 or 0.58% from 342); Blue value is 175 (68.75% from 255 or 51.17% from 342); Max value from RGB is 175 - color contains mainly: blue. Hex color #A502AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A502AF is #5AFD50. Grayscale: #454545. Windows color (decimal): -5963089 or 11469477. OLE color: 11469477.

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

Color convert

RGB 165 2 175 -
CMYK 0.06 0.99 0 0.31
HSL 296.53º 0.98% 0.35% -
HSV(B) 296.53º 0.99% 0.69% -
XYZ 23.28 11.14 41.48 -
YUV 70.46 187 195.43 -
System Red Green Blue C M Y K H S L
Decimal 165 2 175 0.06 0.99 0 0.31 296.53 0.98 0.35
Hex A5 2 AF 6 63 0 1F 129 62 23
Octal 245 2 257 6 143 0 37 451 142 43
Binary 10100101 10 10101111 110 1100011 0 11111 100101001 1100010 100011

Color Harmonies of #A502AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A502AF

Black with #A502AF

Text Example


Text Example

White with #A502AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A502AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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