Html Css Color HEX #A609B7 Dark Violet

📋 copy color: '#A609B7'

red 166 ◦ green 9 ◦ blue 183

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

Shades of Dark Violet #A609B7

Tints of Dark Violet #A609B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 51.12%

R = 46.37%
G = 2.51%
B = 51.12%

CMYK

 C value IS 0.09

 M value IS 0.95

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A609B7 (or 0xA609B7) is known color: Dark Violet. HEX triplet: A6, 09 and B7. RGB value is (166,9,183). Sum of RGB (Red+Green+Blue) = 166+9+183=358 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.37% from 358); Green value is 9 (3.91% from 255 or 2.51% from 358); Blue value is 183 (71.88% from 255 or 51.12% from 358); Max value from RGB is 183 - color contains mainly: blue. Hex color #A609B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A609B7 is #59F648. Grayscale: #4B4B4B. Windows color (decimal): -5895753 or 11995558. OLE color: 11995558.

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

Color convert

RGB 166 9 183 -
CMYK 0.09 0.95 0 0.28
HSL 294.14º 0.91% 0.38% -
HSV(B) 294.14º 0.95% 0.72% -
XYZ 24.37 11.72 45.78 -
YUV 75.78 188.51 192.35 -
System Red Green Blue C M Y K H S L
Decimal 166 9 183 0.09 0.95 0 0.28 294.14 0.91 0.38
Hex A6 9 B7 9 5F 0 1C 126 5B 26
Octal 246 11 267 11 137 0 34 446 133 46
Binary 10100110 1001 10110111 1001 1011111 0 11100 100100110 1011011 100110

Color Harmonies of #A609B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A609B7

Black with #A609B7

Text Example


Text Example

White with #A609B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A609B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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