Html Css Color HEX #A804DF Dark Violet

📋 copy color: '#A804DF'

red 168 ◦ green 4 ◦ blue 223

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

Shades of Dark Violet #A804DF

Tints of Dark Violet #A804DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 56.46%

R = 42.53%
G = 1.01%
B = 56.46%

CMYK

 C value IS 0.25

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A804DF (or 0xA804DF) is known color: Dark Violet. HEX triplet: A8, 04 and DF. RGB value is (168,4,223). Sum of RGB (Red+Green+Blue) = 168+4+223=395 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.53% from 395); Green value is 4 (1.95% from 255 or 1.01% from 395); Blue value is 223 (87.5% from 255 or 56.46% from 395); Max value from RGB is 223 - color contains mainly: blue. Hex color #A804DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A804DF is #57FB20. Grayscale: #4D4D4D. Windows color (decimal): -5765921 or 14615720. OLE color: 14615720.

HSL color Cylindrical-coordinate representation of color #A804DF: hue angle of 284.93º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A804DF is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 4 223 -
CMYK 0.25 0.98 0 0.13
HSL 284.93º 0.96% 0.45% -
HSV(B) 284.93º 0.98% 0.87% -
XYZ 29.51 13.74 70.91 -
YUV 78 209.83 192.19 -
System Red Green Blue C M Y K H S L
Decimal 168 4 223 0.25 0.98 0 0.13 284.93 0.96 0.45
Hex A8 4 DF 19 62 0 D 11D 60 2D
Octal 250 4 337 31 142 0 15 435 140 55
Binary 10101000 100 11011111 11001 1100010 0 1101 100011101 1100000 101101

Color Harmonies of #A804DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A804DF

Black with #A804DF

Text Example


Text Example

White with #A804DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A804DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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