Html Css Color HEX #A400B8 Dark Violet

📋 copy color: '#A400B8'

red 164 ◦ green 0 ◦ blue 184

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

Shades of Dark Violet #A400B8

Tints of Dark Violet #A400B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 52.87%

R = 47.13%
G = 0%
B = 52.87%

CMYK

 C value IS 0.11

 M value IS 1

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A400B8 (or 0xA400B8) is known color: Dark Violet. HEX triplet: A4, 00 and B8. RGB value is (164,0,184). Sum of RGB (Red+Green+Blue) = 164+0+184=348 (46% of max value = 765). Red value is 164 (64.45% from 255 or 47.13% from 348); Green value is 0 (0.39% from 255 or 0% from 348); Blue value is 184 (72.27% from 255 or 52.87% from 348); Max value from RGB is 184 - color contains mainly: blue. Hex color #A400B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A400B8 is #5BFF47. Grayscale: #454545. Windows color (decimal): -6029128 or 12058788. OLE color: 12058788.

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

Color convert

RGB 164 0 184 -
CMYK 0.11 1 0 0.28
HSL 293.48º 1% 0.36% -
HSV(B) 293.48º 1% 0.72% -
XYZ 23.96 11.35 46.28 -
YUV 70.01 192.33 195.04 -
System Red Green Blue C M Y K H S L
Decimal 164 0 184 0.11 1 0 0.28 293.48 1 0.36
Hex A4 0 B8 B 64 0 1C 125 64 24
Octal 244 0 270 13 144 0 34 445 144 44
Binary 10100100 0 10111000 1011 1100100 0 11100 100100101 1100100 100100

Color Harmonies of #A400B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A400B8

Black with #A400B8

Text Example


Text Example

White with #A400B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A400B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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