Html Css Color HEX #A609BE Dark Violet

📋 copy color: '#A609BE'

red 166 ◦ green 9 ◦ blue 190

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

Shades of Dark Violet #A609BE

Tints of Dark Violet #A609BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 52.05%

R = 45.48%
G = 2.47%
B = 52.05%

CMYK

 C value IS 0.13

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A609BE (or 0xA609BE) is known color: Dark Violet. HEX triplet: A6, 09 and BE. RGB value is (166,9,190). Sum of RGB (Red+Green+Blue) = 166+9+190=365 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.48% from 365); Green value is 9 (3.91% from 255 or 2.47% from 365); Blue value is 190 (74.61% from 255 or 52.05% from 365); Max value from RGB is 190 - color contains mainly: blue. Hex color #A609BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A609BE is #59F641. Grayscale: #4C4C4C. Windows color (decimal): -5895746 or 12454310. OLE color: 12454310.

HSL color Cylindrical-coordinate representation of color #A609BE: hue angle of 292.04º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A609BE is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 166 9 190 -
CMYK 0.13 0.95 0 0.25
HSL 292.04º 0.91% 0.39% -
HSV(B) 292.04º 0.95% 0.75% -
XYZ 25.12 12.02 49.71 -
YUV 76.58 192.01 191.78 -
System Red Green Blue C M Y K H S L
Decimal 166 9 190 0.13 0.95 0 0.25 292.04 0.91 0.39
Hex A6 9 BE D 5F 0 19 124 5B 27
Octal 246 11 276 15 137 0 31 444 133 47
Binary 10100110 1001 10111110 1101 1011111 0 11001 100100100 1011011 100111

Color Harmonies of #A609BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A609BE

Black with #A609BE

Text Example


Text Example

White with #A609BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A609BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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