Html Css Color HEX #A70FB7 Dark Violet

📋 copy color: '#A70FB7'

red 167 ◦ green 15 ◦ blue 183

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

Shades of Dark Violet #A70FB7

Tints of Dark Violet #A70FB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 50.14%

R = 45.75%
G = 4.11%
B = 50.14%

CMYK

 C value IS 0.09

 M value IS 0.92

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A70FB7 (or 0xA70FB7) is known color: Dark Violet. HEX triplet: A7, 0F and B7. RGB value is (167,15,183). Sum of RGB (Red+Green+Blue) = 167+15+183=365 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.75% from 365); Green value is 15 (6.25% from 255 or 4.11% from 365); Blue value is 183 (71.88% from 255 or 50.14% from 365); Max value from RGB is 183 - color contains mainly: blue. Hex color #A70FB7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70FB7 is #58F048. Grayscale: #4F4F4F. Windows color (decimal): -5828681 or 11997095. OLE color: 11997095.

HSL color Cylindrical-coordinate representation of color #A70FB7: hue angle of 294.29º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A70FB7 is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 167 15 183 -
CMYK 0.09 0.92 0 0.28
HSL 294.29º 0.85% 0.39% -
HSV(B) 294.29º 0.92% 0.72% -
XYZ 24.65 11.98 45.81 -
YUV 79.6 186.36 190.34 -
System Red Green Blue C M Y K H S L
Decimal 167 15 183 0.09 0.92 0 0.28 294.29 0.85 0.39
Hex A7 F B7 9 5C 0 1C 126 55 27
Octal 247 17 267 11 134 0 34 446 125 47
Binary 10100111 1111 10110111 1001 1011100 0 11100 100100110 1010101 100111

Color Harmonies of #A70FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70FB7

Black with #A70FB7

Text Example


Text Example

White with #A70FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70FB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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