Html Css Color HEX #A701CE Dark Violet

📋 copy color: '#A701CE'

red 167 ◦ green 1 ◦ blue 206

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

Shades of Dark Violet #A701CE

Tints of Dark Violet #A701CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 55.08%

R = 44.65%
G = 0.27%
B = 55.08%

CMYK

 C value IS 0.19

 M value IS 1.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A701CE (or 0xA701CE) is known color: Dark Violet. HEX triplet: A7, 01 and CE. RGB value is (167,1,206). Sum of RGB (Red+Green+Blue) = 167+1+206=374 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.65% from 374); Green value is 1 (0.78% from 255 or 0.27% from 374); Blue value is 206 (80.86% from 255 or 55.08% from 374); Max value from RGB is 206 - color contains mainly: blue. Hex color #A701CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A701CE is #58FE31. Grayscale: #494949. Windows color (decimal): -5832242 or 13500839. OLE color: 13500839.

HSL color Cylindrical-coordinate representation of color #A701CE: hue angle of 288.59º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A701CE is Cyan = 0.19, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 167 1 206 -
CMYK 0.19 1.00 0 0.19
HSL 288.59º 0.99% 0.41% -
HSV(B) 288.59º 1% 0.81% -
XYZ 27.09 12.69 59.41 -
YUV 74 202.5 194.33 -
System Red Green Blue C M Y K H S L
Decimal 167 1 206 0.19 1.00 0 0.19 288.59 0.99 0.41
Hex A7 1 CE 13 64 0 13 121 63 29
Octal 247 1 316 23 144 0 23 441 143 51
Binary 10100111 1 11001110 10011 1100100 0 10011 100100001 1100011 101001

Color Harmonies of #A701CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A701CE

Black with #A701CE

Text Example


Text Example

White with #A701CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A701CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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