Html Css Color HEX #A70FB1 Dark Violet

📋 copy color: '#A70FB1'

red 167 ◦ green 15 ◦ blue 177

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

Shades of Dark Violet #A70FB1

Tints of Dark Violet #A70FB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 49.3%

R = 46.52%
G = 4.18%
B = 49.3%

CMYK

 C value IS 0.06

 M value IS 0.92

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A70FB1 (or 0xA70FB1) is known color: Dark Violet. HEX triplet: A7, 0F and B1. RGB value is (167,15,177). Sum of RGB (Red+Green+Blue) = 167+15+177=359 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.52% from 359); Green value is 15 (6.25% from 255 or 4.18% from 359); Blue value is 177 (69.53% from 255 or 49.30% from 359); Max value from RGB is 177 - color contains mainly: blue. Hex color #A70FB1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70FB1 is #58F04E. Grayscale: #4E4E4E. Windows color (decimal): -5828687 or 11603879. OLE color: 11603879.

HSL color Cylindrical-coordinate representation of color #A70FB1: hue angle of 296.3º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A70FB1 is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 167 15 177 -
CMYK 0.06 0.92 0 0.31
HSL 296.3º 0.84% 0.38% -
HSV(B) 296.3º 0.92% 0.69% -
XYZ 24.04 11.73 42.59 -
YUV 78.92 183.36 190.83 -
System Red Green Blue C M Y K H S L
Decimal 167 15 177 0.06 0.92 0 0.31 296.3 0.84 0.38
Hex A7 F B1 6 5C 0 1F 128 54 26
Octal 247 17 261 6 134 0 37 450 124 46
Binary 10100111 1111 10110001 110 1011100 0 11111 100101000 1010100 100110

Color Harmonies of #A70FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70FB1

Black with #A70FB1

Text Example


Text Example

White with #A70FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70FB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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