Html Css Color HEX #A301BD Dark Violet

📋 copy color: '#A301BD'

red 163 ◦ green 1 ◦ blue 189

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

Shades of Dark Violet #A301BD

Tints of Dark Violet #A301BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 53.54%

R = 46.18%
G = 0.28%
B = 53.54%

CMYK

 C value IS 0.14

 M value IS 0.99

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A301BD (or 0xA301BD) is known color: Dark Violet. HEX triplet: A3, 01 and BD. RGB value is (163,1,189). Sum of RGB (Red+Green+Blue) = 163+1+189=353 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.18% from 353); Green value is 1 (0.78% from 255 or 0.28% from 353); Blue value is 189 (74.22% from 255 or 53.54% from 353); Max value from RGB is 189 - color contains mainly: blue. Hex color #A301BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A301BD is #5CFE42. Grayscale: #464646. Windows color (decimal): -6094403 or 12386723. OLE color: 12386723.

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

Color convert

RGB 163 1 189 -
CMYK 0.14 0.99 0 0.26
HSL 291.7º 0.99% 0.37% -
HSV(B) 291.7º 0.99% 0.74% -
XYZ 24.3 11.48 49.08 -
YUV 70.87 194.67 193.71 -
System Red Green Blue C M Y K H S L
Decimal 163 1 189 0.14 0.99 0 0.26 291.7 0.99 0.37
Hex A3 1 BD E 63 0 1A 124 63 25
Octal 243 1 275 16 143 0 32 444 143 45
Binary 10100011 1 10111101 1110 1100011 0 11010 100100100 1100011 100101

Color Harmonies of #A301BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A301BD

Black with #A301BD

Text Example


Text Example

White with #A301BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A301BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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