Html Css Color HEX #A704EA Dark Violet

📋 copy color: '#A704EA'

red 167 ◦ green 4 ◦ blue 234

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

Shades of Dark Violet #A704EA

Tints of Dark Violet #A704EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 57.78%

R = 41.23%
G = 0.99%
B = 57.78%

CMYK

 C value IS 0.29

 M value IS 0.98

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A704EA (or 0xA704EA) is known color: Dark Violet. HEX triplet: A7, 04 and EA. RGB value is (167,4,234). Sum of RGB (Red+Green+Blue) = 167+4+234=405 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.23% from 405); Green value is 4 (1.95% from 255 or 0.99% from 405); Blue value is 234 (91.80% from 255 or 57.78% from 405); Max value from RGB is 234 - color contains mainly: blue. Hex color #A704EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A704EA is #58FB15. Grayscale: #4E4E4E. Windows color (decimal): -5831446 or 15336615. OLE color: 15336615.

HSL color Cylindrical-coordinate representation of color #A704EA: hue angle of 282.52º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A704EA is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 167 4 234 -
CMYK 0.29 0.98 0 0.08
HSL 282.52º 0.97% 0.47% -
HSV(B) 282.52º 0.98% 0.92% -
XYZ 30.83 14.24 78.97 -
YUV 78.96 215.5 190.8 -
System Red Green Blue C M Y K H S L
Decimal 167 4 234 0.29 0.98 0 0.08 282.52 0.97 0.47
Hex A7 4 EA 1D 62 0 8 11B 61 2F
Octal 247 4 352 35 142 0 10 433 141 57
Binary 10100111 100 11101010 11101 1100010 0 1000 100011011 1100001 101111

Color Harmonies of #A704EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A704EA

Black with #A704EA

Text Example


Text Example

White with #A704EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A704EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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