Html Css Color HEX #A804EA Dark Violet

📋 copy color: '#A804EA'

red 168 ◦ green 4 ◦ blue 234

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

Shades of Dark Violet #A804EA

Tints of Dark Violet #A804EA

RGB

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

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

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

R = 41.38%
G = 0.99%
B = 57.64%

CMYK

 C value IS 0.28

 M value IS 0.98

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A804EA (or 0xA804EA) is known color: Dark Violet. HEX triplet: A8, 04 and EA. RGB value is (168,4,234). Sum of RGB (Red+Green+Blue) = 168+4+234=406 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.38% from 406); Green value is 4 (1.95% from 255 or 0.99% from 406); Blue value is 234 (91.80% from 255 or 57.64% from 406); Max value from RGB is 234 - color contains mainly: blue. Hex color #A804EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A804EA is #57FB15. Grayscale: #4E4E4E. Windows color (decimal): -5765910 or 15336616. OLE color: 15336616.

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

Color convert

RGB 168 4 234 -
CMYK 0.28 0.98 0 0.08
HSL 282.78º 0.97% 0.47% -
HSV(B) 282.78º 0.98% 0.92% -
XYZ 31.04 14.35 78.98 -
YUV 79.26 215.33 191.3 -
System Red Green Blue C M Y K H S L
Decimal 168 4 234 0.28 0.98 0 0.08 282.78 0.97 0.47
Hex A8 4 EA 1C 62 0 8 11B 61 2F
Octal 250 4 352 34 142 0 10 433 141 57
Binary 10101000 100 11101010 11100 1100010 0 1000 100011011 1100001 101111

Color Harmonies of #A804EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A804EA

Black with #A804EA

Text Example


Text Example

White with #A804EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A804EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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