Html Css Color HEX #A701BE Dark Violet

📋 copy color: '#A701BE'

red 167 ◦ green 1 ◦ blue 190

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

Shades of Dark Violet #A701BE

Tints of Dark Violet #A701BE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

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

R = 46.65%
G = 0.28%
B = 53.07%

CMYK

 C value IS 0.12

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A701BE (or 0xA701BE) is known color: Dark Violet. HEX triplet: A7, 01 and BE. RGB value is (167,1,190). Sum of RGB (Red+Green+Blue) = 167+1+190=358 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.65% from 358); Green value is 1 (0.78% from 255 or 0.28% from 358); Blue value is 190 (74.61% from 255 or 53.07% from 358); Max value from RGB is 190 - color contains mainly: blue. Hex color #A701BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A701BE is #58FE41. Grayscale: #474747. Windows color (decimal): -5832258 or 12452263. OLE color: 12452263.

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

Color convert

RGB 167 1 190 -
CMYK 0.12 0.99 0 0.25
HSL 292.7º 0.99% 0.37% -
HSV(B) 292.7º 0.99% 0.75% -
XYZ 25.24 11.95 49.69 -
YUV 72.18 194.5 195.63 -
System Red Green Blue C M Y K H S L
Decimal 167 1 190 0.12 0.99 0 0.25 292.7 0.99 0.37
Hex A7 1 BE C 63 0 19 125 63 25
Octal 247 1 276 14 143 0 31 445 143 45
Binary 10100111 1 10111110 1100 1100011 0 11001 100100101 1100011 100101

Color Harmonies of #A701BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A701BE

Black with #A701BE

Text Example


Text Example

White with #A701BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A701BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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