Html Css Color HEX #A804DE Dark Violet

📋 copy color: '#A804DE'

red 168 ◦ green 4 ◦ blue 222

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

Shades of Dark Violet #A804DE

Tints of Dark Violet #A804DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 56.35%

R = 42.64%
G = 1.02%
B = 56.35%

CMYK

 C value IS 0.24

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A804DE (or 0xA804DE) is known color: Dark Violet. HEX triplet: A8, 04 and DE. RGB value is (168,4,222). Sum of RGB (Red+Green+Blue) = 168+4+222=394 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.64% from 394); Green value is 4 (1.95% from 255 or 1.02% from 394); Blue value is 222 (87.11% from 255 or 56.35% from 394); Max value from RGB is 222 - color contains mainly: blue. Hex color #A804DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A804DE is #57FB21. Grayscale: #4D4D4D. Windows color (decimal): -5765922 or 14550184. OLE color: 14550184.

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

Color convert

RGB 168 4 222 -
CMYK 0.24 0.98 0 0.13
HSL 285.14º 0.96% 0.44% -
HSV(B) 285.14º 0.98% 0.87% -
XYZ 29.38 13.69 70.2 -
YUV 77.89 209.33 192.27 -
System Red Green Blue C M Y K H S L
Decimal 168 4 222 0.24 0.98 0 0.13 285.14 0.96 0.44
Hex A8 4 DE 18 62 0 D 11D 60 2C
Octal 250 4 336 30 142 0 15 435 140 54
Binary 10101000 100 11011110 11000 1100010 0 1101 100011101 1100000 101100

Color Harmonies of #A804DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A804DE

Black with #A804DE

Text Example


Text Example

White with #A804DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A804DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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