Html Css Color HEX #A70FBB Dark Violet

📋 copy color: '#A70FBB'

red 167 ◦ green 15 ◦ blue 187

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

Shades of Dark Violet #A70FBB

Tints of Dark Violet #A70FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 50.68%

R = 45.26%
G = 4.07%
B = 50.68%

CMYK

 C value IS 0.11

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A70FBB (or 0xA70FBB) is known color: Dark Violet. HEX triplet: A7, 0F and BB. RGB value is (167,15,187). Sum of RGB (Red+Green+Blue) = 167+15+187=369 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.26% from 369); Green value is 15 (6.25% from 255 or 4.07% from 369); Blue value is 187 (73.44% from 255 or 50.68% from 369); Max value from RGB is 187 - color contains mainly: blue. Hex color #A70FBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70FBB is #58F044. Grayscale: #4F4F4F. Windows color (decimal): -5828677 or 12259239. OLE color: 12259239.

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

Color convert

RGB 167 15 187 -
CMYK 0.11 0.92 0 0.27
HSL 293.02º 0.85% 0.4% -
HSV(B) 293.02º 0.92% 0.73% -
XYZ 25.08 12.14 48.04 -
YUV 80.06 188.36 190.01 -
System Red Green Blue C M Y K H S L
Decimal 167 15 187 0.11 0.92 0 0.27 293.02 0.85 0.4
Hex A7 F BB B 5C 0 1B 125 55 28
Octal 247 17 273 13 134 0 33 445 125 50
Binary 10100111 1111 10111011 1011 1011100 0 11011 100100101 1010101 101000

Color Harmonies of #A70FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70FBB

Black with #A70FBB

Text Example


Text Example

White with #A70FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70FBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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