Html Css Color HEX #A70BDC Dark Violet

📋 copy color: '#A70BDC'

red 167 ◦ green 11 ◦ blue 220

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

Shades of Dark Violet #A70BDC

Tints of Dark Violet #A70BDC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.76%

 BLUE value IS 220 (86.33% from 255) = 55.28%

R = 41.96%
G = 2.76%
B = 55.28%

CMYK

 C value IS 0.24

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A70BDC (or 0xA70BDC) is known color: Dark Violet. HEX triplet: A7, 0B and DC. RGB value is (167,11,220). Sum of RGB (Red+Green+Blue) = 167+11+220=398 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.96% from 398); Green value is 11 (4.69% from 255 or 2.76% from 398); Blue value is 220 (86.33% from 255 or 55.28% from 398); Max value from RGB is 220 - color contains mainly: blue. Hex color #A70BDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70BDC is #58F423. Grayscale: #505050. Windows color (decimal): -5829668 or 14420903. OLE color: 14420903.

HSL color Cylindrical-coordinate representation of color #A70BDC: hue angle of 284.78º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A70BDC is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 167 11 220 -
CMYK 0.24 0.95 0 0.14
HSL 284.78º 0.9% 0.45% -
HSV(B) 284.78º 0.95% 0.86% -
XYZ 28.97 13.62 68.81 -
YUV 81.47 206.18 189.01 -
System Red Green Blue C M Y K H S L
Decimal 167 11 220 0.24 0.95 0 0.14 284.78 0.9 0.45
Hex A7 B DC 18 5F 0 E 11D 5A 2D
Octal 247 13 334 30 137 0 16 435 132 55
Binary 10100111 1011 11011100 11000 1011111 0 1110 100011101 1011010 101101

Color Harmonies of #A70BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70BDC

Black with #A70BDC

Text Example


Text Example

White with #A70BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70BDC; }

 p { color: rgb(167,11,220); }

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

background-color css

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

 a { background-color: rgb(167,11,220); }

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

border-color css

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

 span { border-color: rgb(167,11,220); }

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