Html Css Color HEX #A70FBA Dark Violet

📋 copy color: '#A70FBA'

red 167 ◦ green 15 ◦ blue 186

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

Shades of Dark Violet #A70FBA

Tints of Dark Violet #A70FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 50.54%

R = 45.38%
G = 4.08%
B = 50.54%

CMYK

 C value IS 0.10

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A70FBA (or 0xA70FBA) is known color: Dark Violet. HEX triplet: A7, 0F and BA. RGB value is (167,15,186). Sum of RGB (Red+Green+Blue) = 167+15+186=368 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.38% from 368); Green value is 15 (6.25% from 255 or 4.08% from 368); Blue value is 186 (73.05% from 255 or 50.54% from 368); Max value from RGB is 186 - color contains mainly: blue. Hex color #A70FBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70FBA is #58F045. Grayscale: #4F4F4F. Windows color (decimal): -5828678 or 12193703. OLE color: 12193703.

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

Color convert

RGB 167 15 186 -
CMYK 0.10 0.92 0 0.27
HSL 293.33º 0.85% 0.39% -
HSV(B) 293.33º 0.92% 0.73% -
XYZ 24.97 12.1 47.47 -
YUV 79.94 187.86 190.1 -
System Red Green Blue C M Y K H S L
Decimal 167 15 186 0.10 0.92 0 0.27 293.33 0.85 0.39
Hex A7 F BA A 5C 0 1B 125 55 27
Octal 247 17 272 12 134 0 33 445 125 47
Binary 10100111 1111 10111010 1010 1011100 0 11011 100100101 1010101 100111

Color Harmonies of #A70FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70FBA

Black with #A70FBA

Text Example


Text Example

White with #A70FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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