Html Css Color HEX #A307AA Dark Magenta

📋 copy color: '#A307AA'

red 163 ◦ green 7 ◦ blue 170

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

Shades of Dark Magenta #A307AA

Tints of Dark Magenta #A307AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 50%

R = 47.94%
G = 2.06%
B = 50%

CMYK

 C value IS 0.04

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A307AA (or 0xA307AA) is known color: Dark Magenta. HEX triplet: A3, 07 and AA. RGB value is (163,7,170). Sum of RGB (Red+Green+Blue) = 163+7+170=340 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.94% from 340); Green value is 7 (3.12% from 255 or 2.06% from 340); Blue value is 170 (66.80% from 255 or 50% from 340); Max value from RGB is 170 - color contains mainly: blue. Hex color #A307AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A307AA is #5CF855. Grayscale: #474747. Windows color (decimal): -6092886 or 11143075. OLE color: 11143075.

HSL color Cylindrical-coordinate representation of color #A307AA: hue angle of 297.42º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A307AA is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 163 7 170 -
CMYK 0.04 0.96 0 0.33
HSL 297.42º 0.92% 0.35% -
HSV(B) 297.42º 0.96% 0.67% -
XYZ 22.44 10.84 38.94 -
YUV 72.23 183.18 192.75 -
System Red Green Blue C M Y K H S L
Decimal 163 7 170 0.04 0.96 0 0.33 297.42 0.92 0.35
Hex A3 7 AA 4 60 0 21 129 5C 23
Octal 243 7 252 4 140 0 41 451 134 43
Binary 10100011 111 10101010 100 1100000 0 100001 100101001 1011100 100011

Color Harmonies of #A307AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A307AA

Black with #A307AA

Text Example


Text Example

White with #A307AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A307AA; }

 p { color: rgb(163,7,170); }

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

background-color css

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

 a { background-color: rgb(163,7,170); }

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

border-color css

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

 span { border-color: rgb(163,7,170); }

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