Html Css Color HEX #A301BA Dark Violet

📋 copy color: '#A301BA'

red 163 ◦ green 1 ◦ blue 186

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

Shades of Dark Violet #A301BA

Tints of Dark Violet #A301BA

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

 BLUE value IS 186 (73.05% from 255) = 53.14%

R = 46.57%
G = 0.29%
B = 53.14%

CMYK

 C value IS 0.12

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A301BA (or 0xA301BA) is known color: Dark Violet. HEX triplet: A3, 01 and BA. RGB value is (163,1,186). Sum of RGB (Red+Green+Blue) = 163+1+186=350 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.57% from 350); Green value is 1 (0.78% from 255 or 0.29% from 350); Blue value is 186 (73.05% from 255 or 53.14% from 350); Max value from RGB is 186 - color contains mainly: blue. Hex color #A301BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A301BA is #5CFE45. Grayscale: #454545. Windows color (decimal): -6094406 or 12190115. OLE color: 12190115.

HSL color Cylindrical-coordinate representation of color #A301BA: hue angle of 292.54º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A301BA is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 163 1 186 -
CMYK 0.12 0.99 0 0.27
HSL 292.54º 0.99% 0.37% -
HSV(B) 292.54º 0.99% 0.73% -
XYZ 23.98 11.35 47.38 -
YUV 70.53 193.17 193.96 -
System Red Green Blue C M Y K H S L
Decimal 163 1 186 0.12 0.99 0 0.27 292.54 0.99 0.37
Hex A3 1 BA C 63 0 1B 125 63 25
Octal 243 1 272 14 143 0 33 445 143 45
Binary 10100011 1 10111010 1100 1100011 0 11011 100100101 1100011 100101

Color Harmonies of #A301BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A301BA

Black with #A301BA

Text Example


Text Example

White with #A301BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A301BA; }

 p { color: rgb(163,1,186); }

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

background-color css

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

 a { background-color: rgb(163,1,186); }

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

border-color css

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

 span { border-color: rgb(163,1,186); }

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