Html Css Color HEX #A301D7 Dark Violet

📋 copy color: '#A301D7'

red 163 ◦ green 1 ◦ blue 215

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

Shades of Dark Violet #A301D7

Tints of Dark Violet #A301D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 56.73%

R = 43.01%
G = 0.26%
B = 56.73%

CMYK

 C value IS 0.24

 M value IS 1.00

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A301D7 (or 0xA301D7) is known color: Dark Violet. HEX triplet: A3, 01 and D7. RGB value is (163,1,215). Sum of RGB (Red+Green+Blue) = 163+1+215=379 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.01% from 379); Green value is 1 (0.78% from 255 or 0.26% from 379); Blue value is 215 (84.38% from 255 or 56.73% from 379); Max value from RGB is 215 - color contains mainly: blue. Hex color #A301D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A301D7 is #5CFE28. Grayscale: #494949. Windows color (decimal): -6094377 or 14090659. OLE color: 14090659.

HSL color Cylindrical-coordinate representation of color #A301D7: hue angle of 285.42º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A301D7 is Cyan = 0.24, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 163 1 215 -
CMYK 0.24 1.00 0 0.16
HSL 285.42º 0.99% 0.42% -
HSV(B) 285.42º 1% 0.84% -
XYZ 27.38 12.71 65.3 -
YUV 73.83 207.67 191.6 -
System Red Green Blue C M Y K H S L
Decimal 163 1 215 0.24 1.00 0 0.16 285.42 0.99 0.42
Hex A3 1 D7 18 64 0 10 11D 63 2A
Octal 243 1 327 30 144 0 20 435 143 52
Binary 10100011 1 11010111 11000 1100100 0 10000 100011101 1100011 101010

Color Harmonies of #A301D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A301D7

Black with #A301D7

Text Example


Text Example

White with #A301D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A301D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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