Html Css Color HEX #A804E7 Dark Violet

📋 copy color: '#A804E7'

red 168 ◦ green 4 ◦ blue 231

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

Shades of Dark Violet #A804E7

Tints of Dark Violet #A804E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 57.32%

R = 41.69%
G = 0.99%
B = 57.32%

CMYK

 C value IS 0.27

 M value IS 0.98

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A804E7 (or 0xA804E7) is known color: Dark Violet. HEX triplet: A8, 04 and E7. RGB value is (168,4,231). Sum of RGB (Red+Green+Blue) = 168+4+231=403 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.69% from 403); Green value is 4 (1.95% from 255 or 0.99% from 403); Blue value is 231 (90.62% from 255 or 57.32% from 403); Max value from RGB is 231 - color contains mainly: blue. Hex color #A804E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A804E7 is #57FB18. Grayscale: #4E4E4E. Windows color (decimal): -5765913 or 15140008. OLE color: 15140008.

HSL color Cylindrical-coordinate representation of color #A804E7: hue angle of 283.35º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A804E7 is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 168 4 231 -
CMYK 0.27 0.98 0 0.09
HSL 283.35º 0.97% 0.46% -
HSV(B) 283.35º 0.98% 0.91% -
XYZ 30.62 14.18 76.72 -
YUV 78.91 213.83 191.54 -
System Red Green Blue C M Y K H S L
Decimal 168 4 231 0.27 0.98 0 0.09 283.35 0.97 0.46
Hex A8 4 E7 1B 62 0 9 11B 61 2E
Octal 250 4 347 33 142 0 11 433 141 56
Binary 10101000 100 11100111 11011 1100010 0 1001 100011011 1100001 101110

Color Harmonies of #A804E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A804E7

Black with #A804E7

Text Example


Text Example

White with #A804E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A804E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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