Html Css Color HEX #A307AB Dark Magenta

📋 copy color: '#A307AB'

red 163 ◦ green 7 ◦ blue 171

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

Shades of Dark Magenta #A307AB

Tints of Dark Magenta #A307AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 50.15%

R = 47.8%
G = 2.05%
B = 50.15%

CMYK

 C value IS 0.05

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A307AB (or 0xA307AB) is known color: Dark Magenta. HEX triplet: A3, 07 and AB. RGB value is (163,7,171). Sum of RGB (Red+Green+Blue) = 163+7+171=341 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.80% from 341); Green value is 7 (3.12% from 255 or 2.05% from 341); Blue value is 171 (67.19% from 255 or 50.15% from 341); Max value from RGB is 171 - color contains mainly: blue. Hex color #A307AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A307AB is #5CF854. Grayscale: #474747. Windows color (decimal): -6092885 or 11208611. OLE color: 11208611.

HSL color Cylindrical-coordinate representation of color #A307AB: hue angle of 297.07º 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 #A307AB is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 163 7 171 -
CMYK 0.05 0.96 0 0.33
HSL 297.07º 0.92% 0.35% -
HSV(B) 297.07º 0.96% 0.67% -
XYZ 22.53 10.88 39.44 -
YUV 72.34 183.68 192.66 -
System Red Green Blue C M Y K H S L
Decimal 163 7 171 0.05 0.96 0 0.33 297.07 0.92 0.35
Hex A3 7 AB 5 60 0 21 129 5C 23
Octal 243 7 253 5 140 0 41 451 134 43
Binary 10100011 111 10101011 101 1100000 0 100001 100101001 1011100 100011

Color Harmonies of #A307AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A307AB

Black with #A307AB

Text Example


Text Example

White with #A307AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A307AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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