#A609BB

Color #A609BB Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #A609BB

Tints of Dark Violet #A609BB

Color information

#A609BB (or 0xA609BB) is unknown color: approx Dark Violet. HEX triplet: A6, 09 and BB. RGB value is (166,9,187). Sum of RGB (Red+Green+Blue) = 166+9+187=362 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.86% from 362); Green value is 9 (3.91% from 255 or 2.49% from 362); Blue value is 187 (73.44% from 255 or 51.66% from 362); Max value from RGB is 187 - color contains mainly: blue. Hex color #A609BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A609BB is #59F644. Grayscale: #4B4B4B. Windows color (decimal): -5895749 or 12257702. OLE color: 12257702.

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

Color convert

RGB1669187-
CMYK0.110.9500.27
HSL292.92º90.82%38.43%-
HSV(B)292.92º95.19%73.33%-
XYZ24.7911.8948-
YUV76.24190.51192.03-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.86%
GREEN value IS 9 (3.91% from 255) = 2.49%
BLUE value IS 187 (73.44% from 255) = 51.66%
R=45.86%
G=2.49%
B=51.66%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal16691870.110.9500.27292.9290.8238.43
HexA69BBB5F01B1255b26
Octal246112731313703344513346
Binary10100110100110111011101110111110110111001001011011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A609BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A609BB; }

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

 H1.HeaderClassName
 {
   color: #A609BB;
 }
 .AnyTagClassName
 {
   color: #A609BB;
 }
</style>
background-color css

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

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

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

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

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

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