Html Css Color HEX #A70FCE Dark Violet

📋 copy color: '#A70FCE'

red 167 ◦ green 15 ◦ blue 206

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

Shades of Dark Violet #A70FCE

Tints of Dark Violet #A70FCE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.87%

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

R = 43.04%
G = 3.87%
B = 53.09%

CMYK

 C value IS 0.19

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A70FCE (or 0xA70FCE) is known color: Dark Violet. HEX triplet: A7, 0F and CE. RGB value is (167,15,206). Sum of RGB (Red+Green+Blue) = 167+15+206=388 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.04% from 388); Green value is 15 (6.25% from 255 or 3.87% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #A70FCE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70FCE is #58F031. Grayscale: #515151. Windows color (decimal): -5828658 or 13504423. OLE color: 13504423.

HSL color Cylindrical-coordinate representation of color #A70FCE: hue angle of 287.75º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A70FCE is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 167 15 206 -
CMYK 0.19 0.93 0 0.19
HSL 287.75º 0.86% 0.43% -
HSV(B) 287.75º 0.93% 0.81% -
XYZ 27.25 13.01 59.47 -
YUV 82.22 197.86 188.47 -
System Red Green Blue C M Y K H S L
Decimal 167 15 206 0.19 0.93 0 0.19 287.75 0.86 0.43
Hex A7 F CE 13 5D 0 13 120 56 2B
Octal 247 17 316 23 135 0 23 440 126 53
Binary 10100111 1111 11001110 10011 1011101 0 10011 100100000 1010110 101011

Color Harmonies of #A70FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70FCE

Black with #A70FCE

Text Example


Text Example

White with #A70FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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