Html Css Color HEX #A400BA Dark Violet

📋 copy color: '#A400BA'

red 164 ◦ green 0 ◦ blue 186

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

Shades of Dark Violet #A400BA

Tints of Dark Violet #A400BA

RGB

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

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

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

R = 46.86%
G = 0%
B = 53.14%

CMYK

 C value IS 0.12

 M value IS 1

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A400BA (or 0xA400BA) is known color: Dark Violet. HEX triplet: A4, 00 and BA. RGB value is (164,0,186). Sum of RGB (Red+Green+Blue) = 164+0+186=350 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.86% from 350); Green value is 0 (0.39% from 255 or 0% from 350); Blue value is 186 (73.05% from 255 or 53.14% from 350); Max value from RGB is 186 - color contains mainly: blue. Hex color #A400BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A400BA is #5BFF45. Grayscale: #454545. Windows color (decimal): -6029126 or 12189860. OLE color: 12189860.

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

Color convert

RGB 164 0 186 -
CMYK 0.12 1 0 0.27
HSL 292.9º 1% 0.36% -
HSV(B) 292.9º 1% 0.73% -
XYZ 24.17 11.44 47.39 -
YUV 70.24 193.33 194.88 -
System Red Green Blue C M Y K H S L
Decimal 164 0 186 0.12 1 0 0.27 292.9 1 0.36
Hex A4 0 BA C 64 0 1B 125 64 24
Octal 244 0 272 14 144 0 33 445 144 44
Binary 10100100 0 10111010 1100 1100100 0 11011 100100101 1100100 100100

Color Harmonies of #A400BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A400BA

Black with #A400BA

Text Example


Text Example

White with #A400BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A400BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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