Html Css Color HEX #A804C1 Dark Violet

📋 copy color: '#A804C1'

red 168 ◦ green 4 ◦ blue 193

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

Shades of Dark Violet #A804C1

Tints of Dark Violet #A804C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 52.88%

R = 46.03%
G = 1.1%
B = 52.88%

CMYK

 C value IS 0.13

 M value IS 0.98

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A804C1 (or 0xA804C1) is known color: Dark Violet. HEX triplet: A8, 04 and C1. RGB value is (168,4,193). Sum of RGB (Red+Green+Blue) = 168+4+193=365 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.03% from 365); Green value is 4 (1.95% from 255 or 1.10% from 365); Blue value is 193 (75.78% from 255 or 52.88% from 365); Max value from RGB is 193 - color contains mainly: blue. Hex color #A804C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A804C1 is #57FB3E. Grayscale: #494949. Windows color (decimal): -5765951 or 12649640. OLE color: 12649640.

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

Color convert

RGB 168 4 193 -
CMYK 0.13 0.98 0 0.24
HSL 292.06º 0.96% 0.39% -
HSV(B) 292.06º 0.98% 0.76% -
XYZ 25.82 12.26 51.46 -
YUV 74.58 194.83 194.63 -
System Red Green Blue C M Y K H S L
Decimal 168 4 193 0.13 0.98 0 0.24 292.06 0.96 0.39
Hex A8 4 C1 D 62 0 18 124 60 27
Octal 250 4 301 15 142 0 30 444 140 47
Binary 10101000 100 11000001 1101 1100010 0 11000 100100100 1100000 100111

Color Harmonies of #A804C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A804C1

Black with #A804C1

Text Example


Text Example

White with #A804C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A804C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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