Html Css Color HEX #A609BA Dark Violet

📋 copy color: '#A609BA'

red 166 ◦ green 9 ◦ blue 186

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

Shades of Dark Violet #A609BA

Tints of Dark Violet #A609BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 51.52%

R = 45.98%
G = 2.49%
B = 51.52%

CMYK

 C value IS 0.11

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A609BA (or 0xA609BA) is known color: Dark Violet. HEX triplet: A6, 09 and BA. RGB value is (166,9,186). Sum of RGB (Red+Green+Blue) = 166+9+186=361 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.98% from 361); Green value is 9 (3.91% from 255 or 2.49% from 361); Blue value is 186 (73.05% from 255 or 51.52% from 361); Max value from RGB is 186 - color contains mainly: blue. Hex color #A609BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A609BA is #59F645. Grayscale: #4B4B4B. Windows color (decimal): -5895750 or 12192166. OLE color: 12192166.

HSL color Cylindrical-coordinate representation of color #A609BA: hue angle of 293.22º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A609BA is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 9 186 -
CMYK 0.11 0.95 0 0.27
HSL 293.22º 0.91% 0.38% -
HSV(B) 293.22º 0.95% 0.73% -
XYZ 24.69 11.85 47.44 -
YUV 76.12 190.01 192.11 -
System Red Green Blue C M Y K H S L
Decimal 166 9 186 0.11 0.95 0 0.27 293.22 0.91 0.38
Hex A6 9 BA B 5F 0 1B 125 5B 26
Octal 246 11 272 13 137 0 33 445 133 46
Binary 10100110 1001 10111010 1011 1011111 0 11011 100100101 1011011 100110

Color Harmonies of #A609BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A609BA

Black with #A609BA

Text Example


Text Example

White with #A609BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A609BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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