Html Css Color HEX #A306DB Dark Violet

📋 copy color: '#A306DB'

red 163 ◦ green 6 ◦ blue 219

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

Shades of Dark Violet #A306DB

Tints of Dark Violet #A306DB

RGB

 RED value IS 163 (64.06% from 255) = 42.01%

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

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

R = 42.01%
G = 1.55%
B = 56.44%

CMYK

 C value IS 0.26

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A306DB (or 0xA306DB) is known color: Dark Violet. HEX triplet: A3, 06 and DB. RGB value is (163,6,219). Sum of RGB (Red+Green+Blue) = 163+6+219=388 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.01% from 388); Green value is 6 (2.73% from 255 or 1.55% from 388); Blue value is 219 (85.94% from 255 or 56.44% from 388); Max value from RGB is 219 - color contains mainly: blue. Hex color #A306DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A306DB is #5CF924. Grayscale: #4C4C4C. Windows color (decimal): -6093093 or 14354083. OLE color: 14354083.

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

Color convert

RGB 163 6 219 -
CMYK 0.26 0.97 0 0.14
HSL 284.23º 0.95% 0.44% -
HSV(B) 284.23º 0.97% 0.86% -
XYZ 27.96 13.03 68.06 -
YUV 77.23 208.01 189.18 -
System Red Green Blue C M Y K H S L
Decimal 163 6 219 0.26 0.97 0 0.14 284.23 0.95 0.44
Hex A3 6 DB 1A 61 0 E 11C 5F 2C
Octal 243 6 333 32 141 0 16 434 137 54
Binary 10100011 110 11011011 11010 1100001 0 1110 100011100 1011111 101100

Color Harmonies of #A306DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A306DB

Black with #A306DB

Text Example


Text Example

White with #A306DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A306DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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