Html Css Color HEX #A301BF Dark Violet

📋 copy color: '#A301BF'

red 163 ◦ green 1 ◦ blue 191

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

Shades of Dark Violet #A301BF

Tints of Dark Violet #A301BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 53.8%

R = 45.92%
G = 0.28%
B = 53.8%

CMYK

 C value IS 0.15

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A301BF (or 0xA301BF) is known color: Dark Violet. HEX triplet: A3, 01 and BF. RGB value is (163,1,191). Sum of RGB (Red+Green+Blue) = 163+1+191=355 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.92% from 355); Green value is 1 (0.78% from 255 or 0.28% from 355); Blue value is 191 (75% from 255 or 53.80% from 355); Max value from RGB is 191 - color contains mainly: blue. Hex color #A301BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A301BF is #5CFE40. Grayscale: #464646. Windows color (decimal): -6094401 or 12517795. OLE color: 12517795.

HSL color Cylindrical-coordinate representation of color #A301BF: hue angle of 291.16º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A301BF is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 163 1 191 -
CMYK 0.15 0.99 0 0.25
HSL 291.16º 0.99% 0.38% -
HSV(B) 291.16º 0.99% 0.75% -
XYZ 24.52 11.57 50.23 -
YUV 71.1 195.67 193.55 -
System Red Green Blue C M Y K H S L
Decimal 163 1 191 0.15 0.99 0 0.25 291.16 0.99 0.38
Hex A3 1 BF F 63 0 19 123 63 26
Octal 243 1 277 17 143 0 31 443 143 46
Binary 10100011 1 10111111 1111 1100011 0 11001 100100011 1100011 100110

Color Harmonies of #A301BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A301BF

Black with #A301BF

Text Example


Text Example

White with #A301BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A301BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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