Html Css Color HEX #A308AE Dark Magenta

📋 copy color: '#A308AE'

red 163 ◦ green 8 ◦ blue 174

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

Shades of Dark Magenta #A308AE

Tints of Dark Magenta #A308AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 50.43%

R = 47.25%
G = 2.32%
B = 50.43%

CMYK

 C value IS 0.06

 M value IS 0.95

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A308AE (or 0xA308AE) is known color: Dark Magenta. HEX triplet: A3, 08 and AE. RGB value is (163,8,174). Sum of RGB (Red+Green+Blue) = 163+8+174=345 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.25% from 345); Green value is 8 (3.52% from 255 or 2.32% from 345); Blue value is 174 (68.36% from 255 or 50.43% from 345); Max value from RGB is 174 - color contains mainly: blue. Hex color #A308AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A308AE is #5CF751. Grayscale: #484848. Windows color (decimal): -6092626 or 11405475. OLE color: 11405475.

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

Color convert

RGB 163 8 174 -
CMYK 0.06 0.95 0 0.32
HSL 296.02º 0.91% 0.36% -
HSV(B) 296.02º 0.95% 0.68% -
XYZ 22.83 11.02 40.97 -
YUV 73.27 184.85 192 -
System Red Green Blue C M Y K H S L
Decimal 163 8 174 0.06 0.95 0 0.32 296.02 0.91 0.36
Hex A3 8 AE 6 5F 0 20 128 5B 24
Octal 243 10 256 6 137 0 40 450 133 44
Binary 10100011 1000 10101110 110 1011111 0 100000 100101000 1011011 100100

Color Harmonies of #A308AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A308AE

Black with #A308AE

Text Example


Text Example

White with #A308AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A308AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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