Html Css Color HEX #A70BE0 Dark Violet

📋 copy color: '#A70BE0'

red 167 ◦ green 11 ◦ blue 224

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

Shades of Dark Violet #A70BE0

Tints of Dark Violet #A70BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 55.72%

R = 41.54%
G = 2.74%
B = 55.72%

CMYK

 C value IS 0.25

 M value IS 0.95

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A70BE0 (or 0xA70BE0) is known color: Dark Violet. HEX triplet: A7, 0B and E0. RGB value is (167,11,224). Sum of RGB (Red+Green+Blue) = 167+11+224=402 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.54% from 402); Green value is 11 (4.69% from 255 or 2.74% from 402); Blue value is 224 (87.89% from 255 or 55.72% from 402); Max value from RGB is 224 - color contains mainly: blue. Hex color #A70BE0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70BE0 is #58F41F. Grayscale: #515151. Windows color (decimal): -5829664 or 14683047. OLE color: 14683047.

HSL color Cylindrical-coordinate representation of color #A70BE0: hue angle of 283.94º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A70BE0 is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 167 11 224 -
CMYK 0.25 0.95 0 0.12
HSL 283.94º 0.91% 0.46% -
HSV(B) 283.94º 0.95% 0.88% -
XYZ 29.51 13.84 71.64 -
YUV 81.93 208.18 188.68 -
System Red Green Blue C M Y K H S L
Decimal 167 11 224 0.25 0.95 0 0.12 283.94 0.91 0.46
Hex A7 B E0 19 5F 0 C 11C 5B 2E
Octal 247 13 340 31 137 0 14 434 133 56
Binary 10100111 1011 11100000 11001 1011111 0 1100 100011100 1011011 101110

Color Harmonies of #A70BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70BE0

Black with #A70BE0

Text Example


Text Example

White with #A70BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70BE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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