Html Css Color HEX #A410BB Dark Violet

📋 copy color: '#A410BB'

red 164 ◦ green 16 ◦ blue 187

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

Shades of Dark Violet #A410BB

Tints of Dark Violet #A410BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 50.95%

R = 44.69%
G = 4.36%
B = 50.95%

CMYK

 C value IS 0.12

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A410BB (or 0xA410BB) is known color: Dark Violet. HEX triplet: A4, 10 and BB. RGB value is (164,16,187). Sum of RGB (Red+Green+Blue) = 164+16+187=367 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.69% from 367); Green value is 16 (6.64% from 255 or 4.36% from 367); Blue value is 187 (73.44% from 255 or 50.95% from 367); Max value from RGB is 187 - color contains mainly: blue. Hex color #A410BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A410BB is #5BEF44. Grayscale: #4F4F4F. Windows color (decimal): -6025029 or 12259492. OLE color: 12259492.

HSL color Cylindrical-coordinate representation of color #A410BB: hue angle of 291.93º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A410BB is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 164 16 187 -
CMYK 0.12 0.91 0 0.27
HSL 291.93º 0.84% 0.4% -
HSV(B) 291.93º 0.91% 0.73% -
XYZ 24.46 11.85 48.01 -
YUV 79.75 188.53 188.1 -
System Red Green Blue C M Y K H S L
Decimal 164 16 187 0.12 0.91 0 0.27 291.93 0.84 0.4
Hex A4 10 BB C 5B 0 1B 124 54 28
Octal 244 20 273 14 133 0 33 444 124 50
Binary 10100100 10000 10111011 1100 1011011 0 11011 100100100 1010100 101000

Color Harmonies of #A410BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A410BB

Black with #A410BB

Text Example


Text Example

White with #A410BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A410BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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