Html Css Color HEX #A700BE Dark Violet

📋 copy color: '#A700BE'

red 167 ◦ green 0 ◦ blue 190

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

Shades of Dark Violet #A700BE

Tints of Dark Violet #A700BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 53.22%

R = 46.78%
G = 0%
B = 53.22%

CMYK

 C value IS 0.12

 M value IS 1

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A700BE (or 0xA700BE) is known color: Dark Violet. HEX triplet: A7, 00 and BE. RGB value is (167,0,190). Sum of RGB (Red+Green+Blue) = 167+0+190=357 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.78% from 357); Green value is 0 (0.39% from 255 or 0% from 357); Blue value is 190 (74.61% from 255 or 53.22% from 357); Max value from RGB is 190 - color contains mainly: blue. Hex color #A700BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A700BE is #58FF41. Grayscale: #474747. Windows color (decimal): -5832514 or 12452007. OLE color: 12452007.

HSL color Cylindrical-coordinate representation of color #A700BE: hue angle of 292.74º 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 #A700BE is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 167 0 190 -
CMYK 0.12 1 0 0.25
HSL 292.74º 1% 0.37% -
HSV(B) 292.74º 1% 0.75% -
XYZ 25.23 11.93 49.69 -
YUV 71.59 194.83 196.05 -
System Red Green Blue C M Y K H S L
Decimal 167 0 190 0.12 1 0 0.25 292.74 1 0.37
Hex A7 0 BE C 64 0 19 125 64 25
Octal 247 0 276 14 144 0 31 445 144 45
Binary 10100111 0 10111110 1100 1100100 0 11001 100100101 1100100 100101

Color Harmonies of #A700BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A700BE

Black with #A700BE

Text Example


Text Example

White with #A700BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A700BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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