Html Css Color HEX #A301BE Dark Violet

📋 copy color: '#A301BE'

red 163 ◦ green 1 ◦ blue 190

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

Shades of Dark Violet #A301BE

Tints of Dark Violet #A301BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 53.67%

R = 46.05%
G = 0.28%
B = 53.67%

CMYK

 C value IS 0.14

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A301BE (or 0xA301BE) is known color: Dark Violet. HEX triplet: A3, 01 and BE. RGB value is (163,1,190). Sum of RGB (Red+Green+Blue) = 163+1+190=354 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.05% from 354); Green value is 1 (0.78% from 255 or 0.28% from 354); Blue value is 190 (74.61% from 255 or 53.67% from 354); Max value from RGB is 190 - color contains mainly: blue. Hex color #A301BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A301BE is #5CFE41. Grayscale: #464646. Windows color (decimal): -6094402 or 12452259. OLE color: 12452259.

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

Color convert

RGB 163 1 190 -
CMYK 0.14 0.99 0 0.25
HSL 291.43º 0.99% 0.37% -
HSV(B) 291.43º 0.99% 0.75% -
XYZ 24.41 11.53 49.65 -
YUV 70.98 195.17 193.63 -
System Red Green Blue C M Y K H S L
Decimal 163 1 190 0.14 0.99 0 0.25 291.43 0.99 0.37
Hex A3 1 BE E 63 0 19 123 63 25
Octal 243 1 276 16 143 0 31 443 143 45
Binary 10100011 1 10111110 1110 1100011 0 11001 100100011 1100011 100101

Color Harmonies of #A301BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A301BE

Black with #A301BE

Text Example


Text Example

White with #A301BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A301BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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