Html Css Color HEX #A608A2 Dark Magenta

📋 copy color: '#A608A2'

red 166 ◦ green 8 ◦ blue 162

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

Shades of Dark Magenta #A608A2

Tints of Dark Magenta #A608A2

RGB

 RED value IS 166 (65.23% from 255) = 49.4%

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

 BLUE value IS 162 (63.67% from 255) = 48.21%

R = 49.4%
G = 2.38%
B = 48.21%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.02

 K value IS 0.35

RGB Variations

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

Color information

#A608A2 (or 0xA608A2) is known color: Dark Magenta. HEX triplet: A6, 08 and A2. RGB value is (166,8,162). Sum of RGB (Red+Green+Blue) = 166+8+162=336 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.40% from 336); Green value is 8 (3.52% from 255 or 2.38% from 336); Blue value is 162 (63.67% from 255 or 48.21% from 336); Max value from RGB is 166 - color contains mainly: red. Hex color #A608A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A608A2 is #59F75D. Grayscale: #484848. Windows color (decimal): -5896030 or 10619046. OLE color: 10619046.

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

Color convert

RGB 166 8 162 -
CMYK 0 0.95 0.02 0.35
HSL 301.52º 0.91% 0.34% -
HSV(B) 301.52º 0.95% 0.65% -
XYZ 22.33 10.89 35.11 -
YUV 72.8 178.35 194.48 -
System Red Green Blue C M Y K H S L
Decimal 166 8 162 0 0.95 0.02 0.35 301.52 0.91 0.34
Hex A6 8 A2 0 5F 2 23 12E 5B 22
Octal 246 10 242 0 137 2 43 456 133 42
Binary 10100110 1000 10100010 0 1011111 10 100011 100101110 1011011 100010

Color Harmonies of #A608A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A608A2

Black with #A608A2

Text Example


Text Example

White with #A608A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A608A2; }

 p { color: rgb(166,8,162); }

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

background-color css

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

 a { background-color: rgb(166,8,162); }

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

border-color css

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

 span { border-color: rgb(166,8,162); }

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