Html Css Color HEX #A410BC Dark Violet

📋 copy color: '#A410BC'

red 164 ◦ green 16 ◦ blue 188

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

Shades of Dark Violet #A410BC

Tints of Dark Violet #A410BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 51.09%

R = 44.57%
G = 4.35%
B = 51.09%

CMYK

 C value IS 0.13

 M value IS 0.91

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A410BC (or 0xA410BC) is known color: Dark Violet. HEX triplet: A4, 10 and BC. RGB value is (164,16,188). Sum of RGB (Red+Green+Blue) = 164+16+188=368 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.57% from 368); Green value is 16 (6.64% from 255 or 4.35% from 368); Blue value is 188 (73.83% from 255 or 51.09% from 368); Max value from RGB is 188 - color contains mainly: blue. Hex color #A410BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A410BC is #5BEF43. Grayscale: #4F4F4F. Windows color (decimal): -6025028 or 12325028. OLE color: 12325028.

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

Color convert

RGB 164 16 188 -
CMYK 0.13 0.91 0 0.26
HSL 291.63º 0.84% 0.4% -
HSV(B) 291.63º 0.91% 0.74% -
XYZ 24.57 11.89 48.58 -
YUV 79.86 189.03 188.01 -
System Red Green Blue C M Y K H S L
Decimal 164 16 188 0.13 0.91 0 0.26 291.63 0.84 0.4
Hex A4 10 BC D 5B 0 1A 124 54 28
Octal 244 20 274 15 133 0 32 444 124 50
Binary 10100100 10000 10111100 1101 1011011 0 11010 100100100 1010100 101000

Color Harmonies of #A410BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A410BC

Black with #A410BC

Text Example


Text Example

White with #A410BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A410BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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