Html Css Color HEX #A70BCF Dark Violet

📋 copy color: '#A70BCF'

red 167 ◦ green 11 ◦ blue 207

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

Shades of Dark Violet #A70BCF

Tints of Dark Violet #A70BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 53.77%

R = 43.38%
G = 2.86%
B = 53.77%

CMYK

 C value IS 0.19

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A70BCF (or 0xA70BCF) is known color: Dark Violet. HEX triplet: A7, 0B and CF. RGB value is (167,11,207). Sum of RGB (Red+Green+Blue) = 167+11+207=385 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.38% from 385); Green value is 11 (4.69% from 255 or 2.86% from 385); Blue value is 207 (81.25% from 255 or 53.77% from 385); Max value from RGB is 207 - color contains mainly: blue. Hex color #A70BCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70BCF is #58F430. Grayscale: #4F4F4F. Windows color (decimal): -5829681 or 13568935. OLE color: 13568935.

HSL color Cylindrical-coordinate representation of color #A70BCF: hue angle of 287.76º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A70BCF is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 167 11 207 -
CMYK 0.19 0.95 0 0.19
HSL 287.76º 0.9% 0.43% -
HSV(B) 287.76º 0.95% 0.81% -
XYZ 27.32 12.96 60.09 -
YUV 79.99 199.68 190.06 -
System Red Green Blue C M Y K H S L
Decimal 167 11 207 0.19 0.95 0 0.19 287.76 0.9 0.43
Hex A7 B CF 13 5F 0 13 120 5A 2B
Octal 247 13 317 23 137 0 23 440 132 53
Binary 10100111 1011 11001111 10011 1011111 0 10011 100100000 1011010 101011

Color Harmonies of #A70BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70BCF

Black with #A70BCF

Text Example


Text Example

White with #A70BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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