Html Css Color HEX #A608AA Dark Magenta

📋 copy color: '#A608AA'

red 166 ◦ green 8 ◦ blue 170

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

Shades of Dark Magenta #A608AA

Tints of Dark Magenta #A608AA

RGB

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

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

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

R = 48.26%
G = 2.33%
B = 49.42%

CMYK

 C value IS 0.02

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A608AA (or 0xA608AA) is known color: Dark Magenta. HEX triplet: A6, 08 and AA. RGB value is (166,8,170). Sum of RGB (Red+Green+Blue) = 166+8+170=344 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.26% from 344); Green value is 8 (3.52% from 255 or 2.33% from 344); Blue value is 170 (66.80% from 255 or 49.42% from 344); Max value from RGB is 170 - color contains mainly: blue. Hex color #A608AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A608AA is #59F755. Grayscale: #494949. Windows color (decimal): -5896022 or 11143334. OLE color: 11143334.

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

Color convert

RGB 166 8 170 -
CMYK 0.02 0.95 0 0.33
HSL 298.52º 0.91% 0.35% -
HSV(B) 298.52º 0.95% 0.67% -
XYZ 23.07 11.18 38.97 -
YUV 73.71 182.35 193.83 -
System Red Green Blue C M Y K H S L
Decimal 166 8 170 0.02 0.95 0 0.33 298.52 0.91 0.35
Hex A6 8 AA 2 5F 0 21 12B 5B 23
Octal 246 10 252 2 137 0 41 453 133 43
Binary 10100110 1000 10101010 10 1011111 0 100001 100101011 1011011 100011

Color Harmonies of #A608AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A608AA

Black with #A608AA

Text Example


Text Example

White with #A608AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A608AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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