Html Css Color HEX #A601BA Dark Violet

📋 copy color: '#A601BA'

red 166 ◦ green 1 ◦ blue 186

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

Shades of Dark Violet #A601BA

Tints of Dark Violet #A601BA

RGB

 RED value IS 166 (65.23% from 255) = 47.03%

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

 BLUE value IS 186 (73.05% from 255) = 52.69%

R = 47.03%
G = 0.28%
B = 52.69%

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

#A601BA (or 0xA601BA) is known color: Dark Violet. HEX triplet: A6, 01 and BA. RGB value is (166,1,186). Sum of RGB (Red+Green+Blue) = 166+1+186=353 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.03% from 353); Green value is 1 (0.78% from 255 or 0.28% from 353); Blue value is 186 (73.05% from 255 or 52.69% from 353); Max value from RGB is 186 - color contains mainly: blue. Hex color #A601BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A601BA is #59FE45. Grayscale: #464646. Windows color (decimal): -5897798 or 12190118. OLE color: 12190118.

HSL color Cylindrical-coordinate representation of color #A601BA: hue angle of 293.51º 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 #A601BA is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 1 186 -
CMYK 0.11 0.99 0 0.27
HSL 293.51º 0.99% 0.37% -
HSV(B) 293.51º 0.99% 0.73% -
XYZ 24.6 11.67 47.41 -
YUV 71.43 192.66 195.46 -
System Red Green Blue C M Y K H S L
Decimal 166 1 186 0.11 0.99 0 0.27 293.51 0.99 0.37
Hex A6 1 BA B 63 0 1B 126 63 25
Octal 246 1 272 13 143 0 33 446 143 45
Binary 10100110 1 10111010 1011 1100011 0 11011 100100110 1100011 100101

Color Harmonies of #A601BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A601BA

Black with #A601BA

Text Example


Text Example

White with #A601BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A601BA; }

 p { color: rgb(166,1,186); }

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

background-color css

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

 a { background-color: rgb(166,1,186); }

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

border-color css

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

 span { border-color: rgb(166,1,186); }

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