Html Css Color HEX #A609AB Dark Magenta

📋 copy color: '#A609AB'

red 166 ◦ green 9 ◦ blue 171

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

Shades of Dark Magenta #A609AB

Tints of Dark Magenta #A609AB

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.6%

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

R = 47.98%
G = 2.6%
B = 49.42%

CMYK

 C value IS 0.03

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A609AB (or 0xA609AB) is known color: Dark Magenta. HEX triplet: A6, 09 and AB. RGB value is (166,9,171). Sum of RGB (Red+Green+Blue) = 166+9+171=346 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.98% from 346); Green value is 9 (3.91% from 255 or 2.60% from 346); Blue value is 171 (67.19% from 255 or 49.42% from 346); Max value from RGB is 171 - color contains mainly: blue. Hex color #A609AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A609AB is #59F654. Grayscale: #494949. Windows color (decimal): -5895765 or 11209126. OLE color: 11209126.

HSL color Cylindrical-coordinate representation of color #A609AB: hue angle of 298.15º degrees, saturation: 0.9, 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 #A609AB is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 166 9 171 -
CMYK 0.03 0.95 0 0.33
HSL 298.15º 0.9% 0.35% -
HSV(B) 298.15º 0.95% 0.67% -
XYZ 23.17 11.24 39.48 -
YUV 74.41 182.51 193.33 -
System Red Green Blue C M Y K H S L
Decimal 166 9 171 0.03 0.95 0 0.33 298.15 0.9 0.35
Hex A6 9 AB 3 5F 0 21 12A 5A 23
Octal 246 11 253 3 137 0 41 452 132 43
Binary 10100110 1001 10101011 11 1011111 0 100001 100101010 1011010 100011

Color Harmonies of #A609AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A609AB

Black with #A609AB

Text Example


Text Example

White with #A609AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A609AB; }

 p { color: rgb(166,9,171); }

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

background-color css

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

 a { background-color: rgb(166,9,171); }

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

border-color css

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

 span { border-color: rgb(166,9,171); }

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