Html Css Color HEX #A70DCF Dark Violet

📋 copy color: '#A70DCF'

red 167 ◦ green 13 ◦ blue 207

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

Shades of Dark Violet #A70DCF

Tints of Dark Violet #A70DCF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.36%

 BLUE value IS 207 (81.25% from 255) = 53.49%

R = 43.15%
G = 3.36%
B = 53.49%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A70DCF (or 0xA70DCF) is known color: Dark Violet. HEX triplet: A7, 0D and CF. RGB value is (167,13,207). Sum of RGB (Red+Green+Blue) = 167+13+207=387 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.15% from 387); Green value is 13 (5.47% from 255 or 3.36% from 387); Blue value is 207 (81.25% from 255 or 53.49% from 387); Max value from RGB is 207 - color contains mainly: blue. Hex color #A70DCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70DCF is #58F230. Grayscale: #505050. Windows color (decimal): -5829169 or 13569447. OLE color: 13569447.

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

Color convert

RGB 167 13 207 -
CMYK 0.19 0.94 0 0.19
HSL 287.63º 0.88% 0.43% -
HSV(B) 287.63º 0.94% 0.81% -
XYZ 27.34 13.01 60.1 -
YUV 81.16 199.02 189.23 -
System Red Green Blue C M Y K H S L
Decimal 167 13 207 0.19 0.94 0 0.19 287.63 0.88 0.43
Hex A7 D CF 13 5E 0 13 120 58 2B
Octal 247 15 317 23 136 0 23 440 130 53
Binary 10100111 1101 11001111 10011 1011110 0 10011 100100000 1011000 101011

Color Harmonies of #A70DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70DCF

Black with #A70DCF

Text Example


Text Example

White with #A70DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70DCF; }

 p { color: rgb(167,13,207); }

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

background-color css

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

 a { background-color: rgb(167,13,207); }

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

border-color css

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

 span { border-color: rgb(167,13,207); }

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