Html Css Color HEX #A804BA Dark Violet

📋 copy color: '#A804BA'

red 168 ◦ green 4 ◦ blue 186

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

Shades of Dark Violet #A804BA

Tints of Dark Violet #A804BA

RGB

 RED value IS 168 (66.02% from 255) = 46.93%

 GREEN value IS 4 (1.95% from 255) = 1.12%

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

R = 46.93%
G = 1.12%
B = 51.96%

CMYK

 C value IS 0.10

 M value IS 0.98

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A804BA (or 0xA804BA) is known color: Dark Violet. HEX triplet: A8, 04 and BA. RGB value is (168,4,186). Sum of RGB (Red+Green+Blue) = 168+4+186=358 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.93% from 358); Green value is 4 (1.95% from 255 or 1.12% from 358); Blue value is 186 (73.05% from 255 or 51.96% from 358); Max value from RGB is 186 - color contains mainly: blue. Hex color #A804BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A804BA is #57FB45. Grayscale: #494949. Windows color (decimal): -5765958 or 12190888. OLE color: 12190888.

HSL color Cylindrical-coordinate representation of color #A804BA: hue angle of 294.07º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A804BA is Cyan = 0.10, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 4 186 -
CMYK 0.10 0.98 0 0.27
HSL 294.07º 0.96% 0.37% -
HSV(B) 294.07º 0.98% 0.73% -
XYZ 25.05 11.96 47.44 -
YUV 73.78 191.33 195.2 -
System Red Green Blue C M Y K H S L
Decimal 168 4 186 0.10 0.98 0 0.27 294.07 0.96 0.37
Hex A8 4 BA A 62 0 1B 126 60 25
Octal 250 4 272 12 142 0 33 446 140 45
Binary 10101000 100 10111010 1010 1100010 0 11011 100100110 1100000 100101

Color Harmonies of #A804BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A804BA

Black with #A804BA

Text Example


Text Example

White with #A804BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A804BA; }

 p { color: rgb(168,4,186); }

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

background-color css

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

 a { background-color: rgb(168,4,186); }

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

border-color css

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

 span { border-color: rgb(168,4,186); }

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