Html Css Color HEX #A104D0 Dark Violet

📋 copy color: '#A104D0'

red 161 ◦ green 4 ◦ blue 208

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

Shades of Dark Violet #A104D0

Tints of Dark Violet #A104D0

RGB

 RED value IS 161 (63.28% from 255) = 43.16%

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

 BLUE value IS 208 (81.64% from 255) = 55.76%

R = 43.16%
G = 1.07%
B = 55.76%

CMYK

 C value IS 0.23

 M value IS 0.98

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A104D0 (or 0xA104D0) is known color: Dark Violet. HEX triplet: A1, 04 and D0. RGB value is (161,4,208). Sum of RGB (Red+Green+Blue) = 161+4+208=373 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.16% from 373); Green value is 4 (1.95% from 255 or 1.07% from 373); Blue value is 208 (81.64% from 255 or 55.76% from 373); Max value from RGB is 208 - color contains mainly: blue. Hex color #A104D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A104D0 is #5EFB2F. Grayscale: #494949. Windows color (decimal): -6224688 or 13632673. OLE color: 13632673.

HSL color Cylindrical-coordinate representation of color #A104D0: hue angle of 286.18º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A104D0 is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 161 4 208 -
CMYK 0.23 0.98 0 0.18
HSL 286.18º 0.96% 0.42% -
HSV(B) 286.18º 0.98% 0.82% -
XYZ 26.13 12.22 60.66 -
YUV 74.2 203.51 189.91 -
System Red Green Blue C M Y K H S L
Decimal 161 4 208 0.23 0.98 0 0.18 286.18 0.96 0.42
Hex A1 4 D0 17 62 0 12 11E 60 2A
Octal 241 4 320 27 142 0 22 436 140 52
Binary 10100001 100 11010000 10111 1100010 0 10010 100011110 1100000 101010

Color Harmonies of #A104D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A104D0

Black with #A104D0

Text Example


Text Example

White with #A104D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A104D0; }

 p { color: rgb(161,4,208); }

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

background-color css

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

 a { background-color: rgb(161,4,208); }

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

border-color css

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

 span { border-color: rgb(161,4,208); }

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