Html Css Color HEX #A3089A Dark Magenta

📋 copy color: '#A3089A'

red 163 ◦ green 8 ◦ blue 154

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

Shades of Dark Magenta #A3089A

Tints of Dark Magenta #A3089A

RGB

 RED value IS 163 (64.06% from 255) = 50.15%

 GREEN value IS 8 (3.52% from 255) = 2.46%

 BLUE value IS 154 (60.55% from 255) = 47.38%

R = 50.15%
G = 2.46%
B = 47.38%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#A3089A (or 0xA3089A) is known color: Dark Magenta. HEX triplet: A3, 08 and 9A. RGB value is (163,8,154). Sum of RGB (Red+Green+Blue) = 163+8+154=325 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50.15% from 325); Green value is 8 (3.52% from 255 or 2.46% from 325); Blue value is 154 (60.55% from 255 or 47.38% from 325); Max value from RGB is 163 - color contains mainly: red. Hex color #A3089A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3089A is #5CF765. Grayscale: #464646. Windows color (decimal): -6092646 or 10094755. OLE color: 10094755.

HSL color Cylindrical-coordinate representation of color #A3089A: hue angle of 303.48º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A3089A is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 8 154 -
CMYK 0 0.95 0.06 0.36
HSL 303.48º 0.91% 0.34% -
HSV(B) 303.48º 0.95% 0.64% -
XYZ 21.02 10.29 31.45 -
YUV 70.99 174.85 193.63 -
System Red Green Blue C M Y K H S L
Decimal 163 8 154 0 0.95 0.06 0.36 303.48 0.91 0.34
Hex A3 8 9A 0 5F 6 24 12F 5B 22
Octal 243 10 232 0 137 6 44 457 133 42
Binary 10100011 1000 10011010 0 1011111 110 100100 100101111 1011011 100010

Color Harmonies of #A3089A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3089A

Black with #A3089A

Text Example


Text Example

White with #A3089A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3089A; }

 p { color: rgb(163,8,154); }

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

background-color css

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

 a { background-color: rgb(163,8,154); }

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

border-color css

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

 span { border-color: rgb(163,8,154); }

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