Html Css Color HEX #A306BC Dark Violet

📋 copy color: '#A306BC'

red 163 ◦ green 6 ◦ blue 188

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

Shades of Dark Violet #A306BC

Tints of Dark Violet #A306BC

RGB

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

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

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

R = 45.66%
G = 1.68%
B = 52.66%

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

#A306BC (or 0xA306BC) is known color: Dark Violet. HEX triplet: A3, 06 and BC. RGB value is (163,6,188). Sum of RGB (Red+Green+Blue) = 163+6+188=357 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.66% from 357); Green value is 6 (2.73% from 255 or 1.68% from 357); Blue value is 188 (73.83% from 255 or 52.66% from 357); Max value from RGB is 188 - color contains mainly: blue. Hex color #A306BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A306BC is #5CF943. Grayscale: #494949. Windows color (decimal): -6093124 or 12322467. OLE color: 12322467.

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

Color convert

RGB 163 6 188 -
CMYK 0.13 0.97 0 0.26
HSL 291.76º 0.94% 0.38% -
HSV(B) 291.76º 0.97% 0.74% -
XYZ 24.25 11.55 48.53 -
YUV 73.69 192.51 191.7 -
System Red Green Blue C M Y K H S L
Decimal 163 6 188 0.13 0.97 0 0.26 291.76 0.94 0.38
Hex A3 6 BC D 61 0 1A 124 5E 26
Octal 243 6 274 15 141 0 32 444 136 46
Binary 10100011 110 10111100 1101 1100001 0 11010 100100100 1011110 100110

Color Harmonies of #A306BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A306BC

Black with #A306BC

Text Example


Text Example

White with #A306BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A306BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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