Html Css Color HEX #A104D2 Dark Violet

📋 copy color: '#A104D2'

red 161 ◦ green 4 ◦ blue 210

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

Shades of Dark Violet #A104D2

Tints of Dark Violet #A104D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 56%

R = 42.93%
G = 1.07%
B = 56%

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

#A104D2 (or 0xA104D2) is known color: Dark Violet. HEX triplet: A1, 04 and D2. RGB value is (161,4,210). Sum of RGB (Red+Green+Blue) = 161+4+210=375 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.93% from 375); Green value is 4 (1.95% from 255 or 1.07% from 375); Blue value is 210 (82.42% from 255 or 56% from 375); Max value from RGB is 210 - color contains mainly: blue. Hex color #A104D2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A104D2 is #5EFB2D. Grayscale: #494949. Windows color (decimal): -6224686 or 13763745. OLE color: 13763745.

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

Color convert

RGB 161 4 210 -
CMYK 0.23 0.98 0 0.18
HSL 285.73º 0.96% 0.42% -
HSV(B) 285.73º 0.98% 0.82% -
XYZ 26.37 12.32 61.96 -
YUV 74.43 204.51 189.75 -
System Red Green Blue C M Y K H S L
Decimal 161 4 210 0.23 0.98 0 0.18 285.73 0.96 0.42
Hex A1 4 D2 17 62 0 12 11E 60 2A
Octal 241 4 322 27 142 0 22 436 140 52
Binary 10100001 100 11010010 10111 1100010 0 10010 100011110 1100000 101010

Color Harmonies of #A104D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A104D2

Black with #A104D2

Text Example


Text Example

White with #A104D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A104D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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