Html Css Color HEX #A804C2 Dark Violet

📋 copy color: '#A804C2'

red 168 ◦ green 4 ◦ blue 194

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

Shades of Dark Violet #A804C2

Tints of Dark Violet #A804C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 53.01%

R = 45.9%
G = 1.09%
B = 53.01%

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

#A804C2 (or 0xA804C2) is known color: Dark Violet. HEX triplet: A8, 04 and C2. RGB value is (168,4,194). Sum of RGB (Red+Green+Blue) = 168+4+194=366 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.90% from 366); Green value is 4 (1.95% from 255 or 1.09% from 366); Blue value is 194 (76.17% from 255 or 53.01% from 366); Max value from RGB is 194 - color contains mainly: blue. Hex color #A804C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A804C2 is #57FB3D. Grayscale: #4A4A4A. Windows color (decimal): -5765950 or 12715176. OLE color: 12715176.

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

Color convert

RGB 168 4 194 -
CMYK 0.13 0.98 0 0.24
HSL 291.79º 0.96% 0.39% -
HSV(B) 291.79º 0.98% 0.76% -
XYZ 25.93 12.31 52.05 -
YUV 74.7 195.33 194.55 -
System Red Green Blue C M Y K H S L
Decimal 168 4 194 0.13 0.98 0 0.24 291.79 0.96 0.39
Hex A8 4 C2 D 62 0 18 124 60 27
Octal 250 4 302 15 142 0 30 444 140 47
Binary 10101000 100 11000010 1101 1100010 0 11000 100100100 1100000 100111

Color Harmonies of #A804C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A804C2

Black with #A804C2

Text Example


Text Example

White with #A804C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A804C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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