Html Css Color HEX #A406DB Dark Violet

📋 copy color: '#A406DB'

red 164 ◦ green 6 ◦ blue 219

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

Shades of Dark Violet #A406DB

Tints of Dark Violet #A406DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 56.3%

R = 42.16%
G = 1.54%
B = 56.3%

CMYK

 C value IS 0.25

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A406DB (or 0xA406DB) is known color: Dark Violet. HEX triplet: A4, 06 and DB. RGB value is (164,6,219). Sum of RGB (Red+Green+Blue) = 164+6+219=389 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.16% from 389); Green value is 6 (2.73% from 255 or 1.54% from 389); Blue value is 219 (85.94% from 255 or 56.30% from 389); Max value from RGB is 219 - color contains mainly: blue. Hex color #A406DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A406DB is #5BF924. Grayscale: #4C4C4C. Windows color (decimal): -6027557 or 14354084. OLE color: 14354084.

HSL color Cylindrical-coordinate representation of color #A406DB: hue angle of 284.51º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A406DB is Cyan = 0.25, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 6 219 -
CMYK 0.25 0.97 0 0.14
HSL 284.51º 0.95% 0.44% -
HSV(B) 284.51º 0.97% 0.86% -
XYZ 28.16 13.14 68.07 -
YUV 77.52 207.85 189.68 -
System Red Green Blue C M Y K H S L
Decimal 164 6 219 0.25 0.97 0 0.14 284.51 0.95 0.44
Hex A4 6 DB 19 61 0 E 11D 5F 2C
Octal 244 6 333 31 141 0 16 435 137 54
Binary 10100100 110 11011011 11001 1100001 0 1110 100011101 1011111 101100

Color Harmonies of #A406DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A406DB

Black with #A406DB

Text Example


Text Example

White with #A406DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A406DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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