Html Css Color HEX #A102A5 Dark Magenta

📋 copy color: '#A102A5'

red 161 ◦ green 2 ◦ blue 165

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

Shades of Dark Magenta #A102A5

Tints of Dark Magenta #A102A5

RGB

 RED value IS 161 (63.28% from 255) = 49.09%

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

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

R = 49.09%
G = 0.61%
B = 50.3%

CMYK

 C value IS 0.02

 M value IS 0.99

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A102A5 (or 0xA102A5) is known color: Dark Magenta. HEX triplet: A1, 02 and A5. RGB value is (161,2,165). Sum of RGB (Red+Green+Blue) = 161+2+165=328 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.09% from 328); Green value is 2 (1.17% from 255 or 0.61% from 328); Blue value is 165 (64.84% from 255 or 50.30% from 328); Max value from RGB is 165 - color contains mainly: blue. Hex color #A102A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A102A5 is #5EFD5A. Grayscale: #434343. Windows color (decimal): -6225243 or 10814113. OLE color: 10814113.

HSL color Cylindrical-coordinate representation of color #A102A5: hue angle of 298.53º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A102A5 is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 161 2 165 -
CMYK 0.02 0.99 0 0.35
HSL 298.53º 0.98% 0.33% -
HSV(B) 298.53º 0.99% 0.65% -
XYZ 21.51 10.34 36.46 -
YUV 68.12 182.68 194.25 -
System Red Green Blue C M Y K H S L
Decimal 161 2 165 0.02 0.99 0 0.35 298.53 0.98 0.33
Hex A1 2 A5 2 63 0 23 12B 62 21
Octal 241 2 245 2 143 0 43 453 142 41
Binary 10100001 10 10100101 10 1100011 0 100011 100101011 1100010 100001

Color Harmonies of #A102A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A102A5

Black with #A102A5

Text Example


Text Example

White with #A102A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A102A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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