Html Css Color HEX #A701BB Dark Violet

📋 copy color: '#A701BB'

red 167 ◦ green 1 ◦ blue 187

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

Shades of Dark Violet #A701BB

Tints of Dark Violet #A701BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 52.68%

R = 47.04%
G = 0.28%
B = 52.68%

CMYK

 C value IS 0.11

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A701BB (or 0xA701BB) is known color: Dark Violet. HEX triplet: A7, 01 and BB. RGB value is (167,1,187). Sum of RGB (Red+Green+Blue) = 167+1+187=355 (47% of max value = 765). Red value is 167 (65.62% from 255 or 47.04% from 355); Green value is 1 (0.78% from 255 or 0.28% from 355); Blue value is 187 (73.44% from 255 or 52.68% from 355); Max value from RGB is 187 - color contains mainly: blue. Hex color #A701BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A701BB is #58FE44. Grayscale: #474747. Windows color (decimal): -5832261 or 12255655. OLE color: 12255655.

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

Color convert

RGB 167 1 187 -
CMYK 0.11 0.99 0 0.27
HSL 293.55º 0.99% 0.37% -
HSV(B) 293.55º 0.99% 0.73% -
XYZ 24.92 11.83 47.98 -
YUV 71.84 193 195.88 -
System Red Green Blue C M Y K H S L
Decimal 167 1 187 0.11 0.99 0 0.27 293.55 0.99 0.37
Hex A7 1 BB B 63 0 1B 126 63 25
Octal 247 1 273 13 143 0 33 446 143 45
Binary 10100111 1 10111011 1011 1100011 0 11011 100100110 1100011 100101

Color Harmonies of #A701BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A701BB

Black with #A701BB

Text Example


Text Example

White with #A701BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A701BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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