Html Css Color HEX #A70FC8 Dark Violet

📋 copy color: '#A70FC8'

red 167 ◦ green 15 ◦ blue 200

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

Shades of Dark Violet #A70FC8

Tints of Dark Violet #A70FC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 52.36%

R = 43.72%
G = 3.93%
B = 52.36%

CMYK

 C value IS 0.16

 M value IS 0.92

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A70FC8 (or 0xA70FC8) is known color: Dark Violet. HEX triplet: A7, 0F and C8. RGB value is (167,15,200). Sum of RGB (Red+Green+Blue) = 167+15+200=382 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.72% from 382); Green value is 15 (6.25% from 255 or 3.93% from 382); Blue value is 200 (78.52% from 255 or 52.36% from 382); Max value from RGB is 200 - color contains mainly: blue. Hex color #A70FC8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70FC8 is #58F037. Grayscale: #505050. Windows color (decimal): -5828664 or 13111207. OLE color: 13111207.

HSL color Cylindrical-coordinate representation of color #A70FC8: hue angle of 289.3º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A70FC8 is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 167 15 200 -
CMYK 0.16 0.92 0 0.22
HSL 289.3º 0.86% 0.42% -
HSV(B) 289.3º 0.93% 0.78% -
XYZ 26.53 12.73 55.7 -
YUV 81.54 194.86 188.96 -
System Red Green Blue C M Y K H S L
Decimal 167 15 200 0.16 0.92 0 0.22 289.3 0.86 0.42
Hex A7 F C8 10 5C 0 16 121 56 2A
Octal 247 17 310 20 134 0 26 441 126 52
Binary 10100111 1111 11001000 10000 1011100 0 10110 100100001 1010110 101010

Color Harmonies of #A70FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70FC8

Black with #A70FC8

Text Example


Text Example

White with #A70FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70FC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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