Html Css Color HEX #A608AE Dark Magenta

📋 copy color: '#A608AE'

red 166 ◦ green 8 ◦ blue 174

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

Shades of Dark Magenta #A608AE

Tints of Dark Magenta #A608AE

RGB

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

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

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

R = 47.7%
G = 2.3%
B = 50%

CMYK

 C value IS 0.05

 M value IS 0.95

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A608AE (or 0xA608AE) is known color: Dark Magenta. HEX triplet: A6, 08 and AE. RGB value is (166,8,174). Sum of RGB (Red+Green+Blue) = 166+8+174=348 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.70% from 348); Green value is 8 (3.52% from 255 or 2.30% from 348); Blue value is 174 (68.36% from 255 or 50% from 348); Max value from RGB is 174 - color contains mainly: blue. Hex color #A608AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A608AE is #59F751. Grayscale: #494949. Windows color (decimal): -5896018 or 11405478. OLE color: 11405478.

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

Color convert

RGB 166 8 174 -
CMYK 0.05 0.95 0 0.32
HSL 297.11º 0.91% 0.36% -
HSV(B) 297.11º 0.95% 0.68% -
XYZ 23.45 11.34 41 -
YUV 74.17 184.35 193.5 -
System Red Green Blue C M Y K H S L
Decimal 166 8 174 0.05 0.95 0 0.32 297.11 0.91 0.36
Hex A6 8 AE 5 5F 0 20 129 5B 24
Octal 246 10 256 5 137 0 40 451 133 44
Binary 10100110 1000 10101110 101 1011111 0 100000 100101001 1011011 100100

Color Harmonies of #A608AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A608AE

Black with #A608AE

Text Example


Text Example

White with #A608AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A608AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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