Html Css Color HEX #A400BD Dark Violet

📋 copy color: '#A400BD'

red 164 ◦ green 0 ◦ blue 189

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

Shades of Dark Violet #A400BD

Tints of Dark Violet #A400BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 53.54%

R = 46.46%
G = 0%
B = 53.54%

CMYK

 C value IS 0.13

 M value IS 1

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A400BD (or 0xA400BD) is known color: Dark Violet. HEX triplet: A4, 00 and BD. RGB value is (164,0,189). Sum of RGB (Red+Green+Blue) = 164+0+189=353 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.46% from 353); Green value is 0 (0.39% from 255 or 0% from 353); Blue value is 189 (74.22% from 255 or 53.54% from 353); Max value from RGB is 189 - color contains mainly: blue. Hex color #A400BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A400BD is #5BFF42. Grayscale: #454545. Windows color (decimal): -6029123 or 12386468. OLE color: 12386468.

HSL color Cylindrical-coordinate representation of color #A400BD: hue angle of 292.06º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A400BD is Cyan = 0.13, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 164 0 189 -
CMYK 0.13 1 0 0.26
HSL 292.06º 1% 0.37% -
HSV(B) 292.06º 1% 0.74% -
XYZ 24.5 11.57 49.09 -
YUV 70.58 194.83 194.63 -
System Red Green Blue C M Y K H S L
Decimal 164 0 189 0.13 1 0 0.26 292.06 1 0.37
Hex A4 0 BD D 64 0 1A 124 64 25
Octal 244 0 275 15 144 0 32 444 144 45
Binary 10100100 0 10111101 1101 1100100 0 11010 100100100 1100100 100101

Color Harmonies of #A400BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A400BD

Black with #A400BD

Text Example


Text Example

White with #A400BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A400BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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