Html Css Color HEX #A704BA Dark Violet

📋 copy color: '#A704BA'

red 167 ◦ green 4 ◦ blue 186

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

Shades of Dark Violet #A704BA

Tints of Dark Violet #A704BA

RGB

 RED value IS 167 (65.63% from 255) = 46.78%

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

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

R = 46.78%
G = 1.12%
B = 52.1%

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

#A704BA (or 0xA704BA) is known color: Dark Violet. HEX triplet: A7, 04 and BA. RGB value is (167,4,186). Sum of RGB (Red+Green+Blue) = 167+4+186=357 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.78% from 357); Green value is 4 (1.95% from 255 or 1.12% from 357); Blue value is 186 (73.05% from 255 or 52.10% from 357); Max value from RGB is 186 - color contains mainly: blue. Hex color #A704BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A704BA is #58FB45. Grayscale: #484848. Windows color (decimal): -5831494 or 12190887. OLE color: 12190887.

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

Color convert

RGB 167 4 186 -
CMYK 0.10 0.98 0 0.27
HSL 293.74º 0.96% 0.37% -
HSV(B) 293.74º 0.98% 0.73% -
XYZ 24.84 11.85 47.43 -
YUV 73.49 191.5 194.7 -
System Red Green Blue C M Y K H S L
Decimal 167 4 186 0.10 0.98 0 0.27 293.74 0.96 0.37
Hex A7 4 BA A 62 0 1B 126 60 25
Octal 247 4 272 12 142 0 33 446 140 45
Binary 10100111 100 10111010 1010 1100010 0 11011 100100110 1100000 100101

Color Harmonies of #A704BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A704BA

Black with #A704BA

Text Example


Text Example

White with #A704BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A704BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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