Html Css Color HEX #A70BE4 Dark Violet

📋 copy color: '#A70BE4'

red 167 ◦ green 11 ◦ blue 228

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

Shades of Dark Violet #A70BE4

Tints of Dark Violet #A70BE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 56.16%

R = 41.13%
G = 2.71%
B = 56.16%

CMYK

 C value IS 0.27

 M value IS 0.95

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A70BE4 (or 0xA70BE4) is known color: Dark Violet. HEX triplet: A7, 0B and E4. RGB value is (167,11,228). Sum of RGB (Red+Green+Blue) = 167+11+228=406 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.13% from 406); Green value is 11 (4.69% from 255 or 2.71% from 406); Blue value is 228 (89.45% from 255 or 56.16% from 406); Max value from RGB is 228 - color contains mainly: blue. Hex color #A70BE4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70BE4 is #58F41B. Grayscale: #515151. Windows color (decimal): -5829660 or 14945191. OLE color: 14945191.

HSL color Cylindrical-coordinate representation of color #A70BE4: hue angle of 283.13º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A70BE4 is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 167 11 228 -
CMYK 0.27 0.95 0 0.11
HSL 283.13º 0.91% 0.47% -
HSV(B) 283.13º 0.95% 0.89% -
XYZ 30.06 14.06 74.53 -
YUV 82.38 210.18 188.36 -
System Red Green Blue C M Y K H S L
Decimal 167 11 228 0.27 0.95 0 0.11 283.13 0.91 0.47
Hex A7 B E4 1B 5F 0 B 11B 5B 2F
Octal 247 13 344 33 137 0 13 433 133 57
Binary 10100111 1011 11100100 11011 1011111 0 1011 100011011 1011011 101111

Color Harmonies of #A70BE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70BE4

Black with #A70BE4

Text Example


Text Example

White with #A70BE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70BE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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