Html Css Color HEX #A701E1 Dark Violet

📋 copy color: '#A701E1'

red 167 ◦ green 1 ◦ blue 225

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

Shades of Dark Violet #A701E1

Tints of Dark Violet #A701E1

RGB

 RED value IS 167 (65.63% from 255) = 42.49%

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

 BLUE value IS 225 (88.28% from 255) = 57.25%

R = 42.49%
G = 0.25%
B = 57.25%

CMYK

 C value IS 0.26

 M value IS 1.00

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A701E1 (or 0xA701E1) is known color: Dark Violet. HEX triplet: A7, 01 and E1. RGB value is (167,1,225). Sum of RGB (Red+Green+Blue) = 167+1+225=393 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.49% from 393); Green value is 1 (0.78% from 255 or 0.25% from 393); Blue value is 225 (88.28% from 255 or 57.25% from 393); Max value from RGB is 225 - color contains mainly: blue. Hex color #A701E1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A701E1 is #58FE1E. Grayscale: #4B4B4B. Windows color (decimal): -5832223 or 14746023. OLE color: 14746023.

HSL color Cylindrical-coordinate representation of color #A701E1: hue angle of 284.46º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A701E1 is Cyan = 0.26, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 167 1 225 -
CMYK 0.26 1.00 0 0.12
HSL 284.46º 0.99% 0.44% -
HSV(B) 284.46º 1% 0.88% -
XYZ 29.54 13.67 72.32 -
YUV 76.17 212 192.79 -
System Red Green Blue C M Y K H S L
Decimal 167 1 225 0.26 1.00 0 0.12 284.46 0.99 0.44
Hex A7 1 E1 1A 64 0 C 11C 63 2C
Octal 247 1 341 32 144 0 14 434 143 54
Binary 10100111 1 11100001 11010 1100100 0 1100 100011100 1100011 101100

Color Harmonies of #A701E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A701E1

Black with #A701E1

Text Example


Text Example

White with #A701E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A701E1; }

 p { color: rgb(167,1,225); }

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

background-color css

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

 a { background-color: rgb(167,1,225); }

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

border-color css

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

 span { border-color: rgb(167,1,225); }

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