Html Css Color HEX #A700BF Dark Violet

📋 copy color: '#A700BF'

red 167 ◦ green 0 ◦ blue 191

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

Shades of Dark Violet #A700BF

Tints of Dark Violet #A700BF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 191 (75% from 255) = 53.35%

R = 46.65%
G = 0%
B = 53.35%

CMYK

 C value IS 0.13

 M value IS 1

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A700BF (or 0xA700BF) is known color: Dark Violet. HEX triplet: A7, 00 and BF. RGB value is (167,0,191). Sum of RGB (Red+Green+Blue) = 167+0+191=358 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.65% from 358); Green value is 0 (0.39% from 255 or 0% from 358); Blue value is 191 (75% from 255 or 53.35% from 358); Max value from RGB is 191 - color contains mainly: blue. Hex color #A700BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A700BF is #58FF40. Grayscale: #474747. Windows color (decimal): -5832513 or 12517543. OLE color: 12517543.

HSL color Cylindrical-coordinate representation of color #A700BF: hue angle of 292.46º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A700BF is Cyan = 0.13, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 167 0 191 -
CMYK 0.13 1 0 0.25
HSL 292.46º 1% 0.37% -
HSV(B) 292.46º 1% 0.75% -
XYZ 25.34 11.98 50.27 -
YUV 71.71 195.33 195.97 -
System Red Green Blue C M Y K H S L
Decimal 167 0 191 0.13 1 0 0.25 292.46 1 0.37
Hex A7 0 BF D 64 0 19 124 64 25
Octal 247 0 277 15 144 0 31 444 144 45
Binary 10100111 0 10111111 1101 1100100 0 11001 100100100 1100100 100101

Color Harmonies of #A700BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A700BF

Black with #A700BF

Text Example


Text Example

White with #A700BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A700BF; }

 p { color: rgb(167,0,191); }

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

background-color css

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

 a { background-color: rgb(167,0,191); }

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

border-color css

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

 span { border-color: rgb(167,0,191); }

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