Html Css Color HEX #A410BD Dark Violet

📋 copy color: '#A410BD'

red 164 ◦ green 16 ◦ blue 189

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

Shades of Dark Violet #A410BD

Tints of Dark Violet #A410BD

RGB

 RED value IS 164 (64.45% from 255) = 44.44%

 GREEN value IS 16 (6.64% from 255) = 4.34%

 BLUE value IS 189 (74.22% from 255) = 51.22%

R = 44.44%
G = 4.34%
B = 51.22%

CMYK

 C value IS 0.13

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A410BD (or 0xA410BD) is known color: Dark Violet. HEX triplet: A4, 10 and BD. RGB value is (164,16,189). Sum of RGB (Red+Green+Blue) = 164+16+189=369 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.44% from 369); Green value is 16 (6.64% from 255 or 4.34% from 369); Blue value is 189 (74.22% from 255 or 51.22% from 369); Max value from RGB is 189 - color contains mainly: blue. Hex color #A410BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A410BD is #5BEF42. Grayscale: #4F4F4F. Windows color (decimal): -6025027 or 12390564. OLE color: 12390564.

HSL color Cylindrical-coordinate representation of color #A410BD: hue angle of 291.33º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A410BD is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 164 16 189 -
CMYK 0.13 0.92 0 0.26
HSL 291.33º 0.84% 0.4% -
HSV(B) 291.33º 0.92% 0.74% -
XYZ 24.68 11.94 49.15 -
YUV 79.97 189.53 187.93 -
System Red Green Blue C M Y K H S L
Decimal 164 16 189 0.13 0.92 0 0.26 291.33 0.84 0.4
Hex A4 10 BD D 5C 0 1A 123 54 28
Octal 244 20 275 15 134 0 32 443 124 50
Binary 10100100 10000 10111101 1101 1011100 0 11010 100100011 1010100 101000

Color Harmonies of #A410BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A410BD

Black with #A410BD

Text Example


Text Example

White with #A410BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A410BD; }

 p { color: rgb(164,16,189); }

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

background-color css

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

 a { background-color: rgb(164,16,189); }

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

border-color css

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

 span { border-color: rgb(164,16,189); }

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