Html Css Color HEX #A301C6 Dark Violet

📋 copy color: '#A301C6'

red 163 ◦ green 1 ◦ blue 198

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

Shades of Dark Violet #A301C6

Tints of Dark Violet #A301C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 54.7%

R = 45.03%
G = 0.28%
B = 54.7%

CMYK

 C value IS 0.18

 M value IS 0.99

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A301C6 (or 0xA301C6) is known color: Dark Violet. HEX triplet: A3, 01 and C6. RGB value is (163,1,198). Sum of RGB (Red+Green+Blue) = 163+1+198=362 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.03% from 362); Green value is 1 (0.78% from 255 or 0.28% from 362); Blue value is 198 (77.73% from 255 or 54.70% from 362); Max value from RGB is 198 - color contains mainly: blue. Hex color #A301C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A301C6 is #5CFE39. Grayscale: #474747. Windows color (decimal): -6094394 or 12976547. OLE color: 12976547.

HSL color Cylindrical-coordinate representation of color #A301C6: hue angle of 289.34º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A301C6 is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 163 1 198 -
CMYK 0.18 0.99 0 0.22
HSL 289.34º 0.99% 0.39% -
HSV(B) 289.34º 0.99% 0.78% -
XYZ 25.31 11.89 54.39 -
YUV 71.9 199.17 192.98 -
System Red Green Blue C M Y K H S L
Decimal 163 1 198 0.18 0.99 0 0.22 289.34 0.99 0.39
Hex A3 1 C6 12 63 0 16 121 63 27
Octal 243 1 306 22 143 0 26 441 143 47
Binary 10100011 1 11000110 10010 1100011 0 10110 100100001 1100011 100111

Color Harmonies of #A301C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A301C6

Black with #A301C6

Text Example


Text Example

White with #A301C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A301C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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