Html Css Color HEX #A306B1 Dark Violet

📋 copy color: '#A306B1'

red 163 ◦ green 6 ◦ blue 177

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

Shades of Dark Violet #A306B1

Tints of Dark Violet #A306B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 51.16%

R = 47.11%
G = 1.73%
B = 51.16%

CMYK

 C value IS 0.08

 M value IS 0.97

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A306B1 (or 0xA306B1) is known color: Dark Violet. HEX triplet: A3, 06 and B1. RGB value is (163,6,177). Sum of RGB (Red+Green+Blue) = 163+6+177=346 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.11% from 346); Green value is 6 (2.73% from 255 or 1.73% from 346); Blue value is 177 (69.53% from 255 or 51.16% from 346); Max value from RGB is 177 - color contains mainly: blue. Hex color #A306B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A306B1 is #5CF94E. Grayscale: #474747. Windows color (decimal): -6093135 or 11601571. OLE color: 11601571.

HSL color Cylindrical-coordinate representation of color #A306B1: hue angle of 295.09º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A306B1 is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 163 6 177 -
CMYK 0.08 0.97 0 0.31
HSL 295.09º 0.93% 0.36% -
HSV(B) 295.09º 0.97% 0.69% -
XYZ 23.11 11.09 42.52 -
YUV 72.44 187.01 192.6 -
System Red Green Blue C M Y K H S L
Decimal 163 6 177 0.08 0.97 0 0.31 295.09 0.93 0.36
Hex A3 6 B1 8 61 0 1F 127 5D 24
Octal 243 6 261 10 141 0 37 447 135 44
Binary 10100011 110 10110001 1000 1100001 0 11111 100100111 1011101 100100

Color Harmonies of #A306B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A306B1

Black with #A306B1

Text Example


Text Example

White with #A306B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A306B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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