Html Css Color HEX #A606BC Dark Violet

📋 copy color: '#A606BC'

red 166 ◦ green 6 ◦ blue 188

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

Shades of Dark Violet #A606BC

Tints of Dark Violet #A606BC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.67%

 BLUE value IS 188 (73.83% from 255) = 52.22%

R = 46.11%
G = 1.67%
B = 52.22%

CMYK

 C value IS 0.12

 M value IS 0.97

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A606BC (or 0xA606BC) is known color: Dark Violet. HEX triplet: A6, 06 and BC. RGB value is (166,6,188). Sum of RGB (Red+Green+Blue) = 166+6+188=360 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.11% from 360); Green value is 6 (2.73% from 255 or 1.67% from 360); Blue value is 188 (73.83% from 255 or 52.22% from 360); Max value from RGB is 188 - color contains mainly: blue. Hex color #A606BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A606BC is #59F943. Grayscale: #4A4A4A. Windows color (decimal): -5896516 or 12322470. OLE color: 12322470.

HSL color Cylindrical-coordinate representation of color #A606BC: hue angle of 292.75º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A606BC is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 166 6 188 -
CMYK 0.12 0.97 0 0.26
HSL 292.75º 0.94% 0.38% -
HSV(B) 292.75º 0.97% 0.74% -
XYZ 24.87 11.87 48.56 -
YUV 74.59 192.01 193.2 -
System Red Green Blue C M Y K H S L
Decimal 166 6 188 0.12 0.97 0 0.26 292.75 0.94 0.38
Hex A6 6 BC C 61 0 1A 125 5E 26
Octal 246 6 274 14 141 0 32 445 136 46
Binary 10100110 110 10111100 1100 1100001 0 11010 100100101 1011110 100110

Color Harmonies of #A606BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A606BC

Black with #A606BC

Text Example


Text Example

White with #A606BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A606BC; }

 p { color: rgb(166,6,188); }

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

background-color css

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

 a { background-color: rgb(166,6,188); }

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

border-color css

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

 span { border-color: rgb(166,6,188); }

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