Html Css Color HEX #A406BC Dark Violet

📋 copy color: '#A406BC'

red 164 ◦ green 6 ◦ blue 188

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

Shades of Dark Violet #A406BC

Tints of Dark Violet #A406BC

RGB

 RED value IS 164 (64.45% from 255) = 45.81%

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

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

R = 45.81%
G = 1.68%
B = 52.51%

CMYK

 C value IS 0.13

 M value IS 0.97

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A406BC (or 0xA406BC) is known color: Dark Violet. HEX triplet: A4, 06 and BC. RGB value is (164,6,188). Sum of RGB (Red+Green+Blue) = 164+6+188=358 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.81% from 358); Green value is 6 (2.73% from 255 or 1.68% from 358); Blue value is 188 (73.83% from 255 or 52.51% from 358); Max value from RGB is 188 - color contains mainly: blue. Hex color #A406BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A406BC is #5BF943. Grayscale: #494949. Windows color (decimal): -6027588 or 12322468. OLE color: 12322468.

HSL color Cylindrical-coordinate representation of color #A406BC: hue angle of 292.09º 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 #A406BC is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 164 6 188 -
CMYK 0.13 0.97 0 0.26
HSL 292.09º 0.94% 0.38% -
HSV(B) 292.09º 0.97% 0.74% -
XYZ 24.45 11.65 48.54 -
YUV 73.99 192.35 192.2 -
System Red Green Blue C M Y K H S L
Decimal 164 6 188 0.13 0.97 0 0.26 292.09 0.94 0.38
Hex A4 6 BC D 61 0 1A 124 5E 26
Octal 244 6 274 15 141 0 32 444 136 46
Binary 10100100 110 10111100 1101 1100001 0 11010 100100100 1011110 100110

Color Harmonies of #A406BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A406BC

Black with #A406BC

Text Example


Text Example

White with #A406BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A406BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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