Html Css Color HEX #A401BA Dark Violet

📋 copy color: '#A401BA'

red 164 ◦ green 1 ◦ blue 186

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

Shades of Dark Violet #A401BA

Tints of Dark Violet #A401BA

RGB

 RED value IS 164 (64.45% from 255) = 46.72%

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

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

R = 46.72%
G = 0.28%
B = 52.99%

CMYK

 C value IS 0.12

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A401BA (or 0xA401BA) is known color: Dark Violet. HEX triplet: A4, 01 and BA. RGB value is (164,1,186). Sum of RGB (Red+Green+Blue) = 164+1+186=351 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.72% from 351); Green value is 1 (0.78% from 255 or 0.28% from 351); Blue value is 186 (73.05% from 255 or 52.99% from 351); Max value from RGB is 186 - color contains mainly: blue. Hex color #A401BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A401BA is #5BFE45. Grayscale: #464646. Windows color (decimal): -6028870 or 12190116. OLE color: 12190116.

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

Color convert

RGB 164 1 186 -
CMYK 0.12 0.99 0 0.27
HSL 292.86º 0.99% 0.37% -
HSV(B) 292.86º 0.99% 0.73% -
XYZ 24.18 11.46 47.39 -
YUV 70.83 193 194.46 -
System Red Green Blue C M Y K H S L
Decimal 164 1 186 0.12 0.99 0 0.27 292.86 0.99 0.37
Hex A4 1 BA C 63 0 1B 125 63 25
Octal 244 1 272 14 143 0 33 445 143 45
Binary 10100100 1 10111010 1100 1100011 0 11011 100100101 1100011 100101

Color Harmonies of #A401BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A401BA

Black with #A401BA

Text Example


Text Example

White with #A401BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A401BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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