Html Css Color HEX #A400B7 Dark Violet

📋 copy color: '#A400B7'

red 164 ◦ green 0 ◦ blue 183

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

Shades of Dark Violet #A400B7

Tints of Dark Violet #A400B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 52.74%

R = 47.26%
G = 0%
B = 52.74%

CMYK

 C value IS 0.10

 M value IS 1

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A400B7 (or 0xA400B7) is known color: Dark Violet. HEX triplet: A4, 00 and B7. RGB value is (164,0,183). Sum of RGB (Red+Green+Blue) = 164+0+183=347 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.26% from 347); Green value is 0 (0.39% from 255 or 0% from 347); Blue value is 183 (71.88% from 255 or 52.74% from 347); Max value from RGB is 183 - color contains mainly: blue. Hex color #A400B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A400B7 is #5BFF48. Grayscale: #454545. Windows color (decimal): -6029129 or 11993252. OLE color: 11993252.

HSL color Cylindrical-coordinate representation of color #A400B7: hue angle of 293.77º 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 #A400B7 is Cyan = 0.10, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 164 0 183 -
CMYK 0.10 1 0 0.28
HSL 293.77º 1% 0.36% -
HSV(B) 293.77º 1% 0.72% -
XYZ 23.86 11.31 45.73 -
YUV 69.9 191.83 195.12 -
System Red Green Blue C M Y K H S L
Decimal 164 0 183 0.10 1 0 0.28 293.77 1 0.36
Hex A4 0 B7 A 64 0 1C 126 64 24
Octal 244 0 267 12 144 0 34 446 144 44
Binary 10100100 0 10110111 1010 1100100 0 11100 100100110 1100100 100100

Color Harmonies of #A400B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A400B7

Black with #A400B7

Text Example


Text Example

White with #A400B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A400B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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