Html Css Color HEX #A700BD Dark Violet

📋 copy color: '#A700BD'

red 167 ◦ green 0 ◦ blue 189

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

Shades of Dark Violet #A700BD

Tints of Dark Violet #A700BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 53.09%

R = 46.91%
G = 0%
B = 53.09%

CMYK

 C value IS 0.12

 M value IS 1

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A700BD (or 0xA700BD) is known color: Dark Violet. HEX triplet: A7, 00 and BD. RGB value is (167,0,189). Sum of RGB (Red+Green+Blue) = 167+0+189=356 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.91% from 356); Green value is 0 (0.39% from 255 or 0% from 356); Blue value is 189 (74.22% from 255 or 53.09% from 356); Max value from RGB is 189 - color contains mainly: blue. Hex color #A700BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A700BD is #58FF42. Grayscale: #464646. Windows color (decimal): -5832515 or 12386471. OLE color: 12386471.

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

Color convert

RGB 167 0 189 -
CMYK 0.12 1 0 0.26
HSL 293.02º 1% 0.37% -
HSV(B) 293.02º 1% 0.74% -
XYZ 25.12 11.89 49.11 -
YUV 71.48 194.33 196.13 -
System Red Green Blue C M Y K H S L
Decimal 167 0 189 0.12 1 0 0.26 293.02 1 0.37
Hex A7 0 BD C 64 0 1A 125 64 25
Octal 247 0 275 14 144 0 32 445 144 45
Binary 10100111 0 10111101 1100 1100100 0 11010 100100101 1100100 100101

Color Harmonies of #A700BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A700BD

Black with #A700BD

Text Example


Text Example

White with #A700BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A700BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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