Html Css Color HEX #A410BE Dark Violet

📋 copy color: '#A410BE'

red 164 ◦ green 16 ◦ blue 190

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

Shades of Dark Violet #A410BE

Tints of Dark Violet #A410BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 51.35%

R = 44.32%
G = 4.32%
B = 51.35%

CMYK

 C value IS 0.14

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A410BE (or 0xA410BE) is known color: Dark Violet. HEX triplet: A4, 10 and BE. RGB value is (164,16,190). Sum of RGB (Red+Green+Blue) = 164+16+190=370 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.32% from 370); Green value is 16 (6.64% from 255 or 4.32% from 370); Blue value is 190 (74.61% from 255 or 51.35% from 370); Max value from RGB is 190 - color contains mainly: blue. Hex color #A410BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A410BE is #5BEF41. Grayscale: #4F4F4F. Windows color (decimal): -6025026 or 12456100. OLE color: 12456100.

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

Color convert

RGB 164 16 190 -
CMYK 0.14 0.92 0 0.25
HSL 291.03º 0.84% 0.4% -
HSV(B) 291.03º 0.92% 0.75% -
XYZ 24.79 11.98 49.72 -
YUV 80.09 190.03 187.85 -
System Red Green Blue C M Y K H S L
Decimal 164 16 190 0.14 0.92 0 0.25 291.03 0.84 0.4
Hex A4 10 BE E 5C 0 19 123 54 28
Octal 244 20 276 16 134 0 31 443 124 50
Binary 10100100 10000 10111110 1110 1011100 0 11001 100100011 1010100 101000

Color Harmonies of #A410BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A410BE

Black with #A410BE

Text Example


Text Example

White with #A410BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A410BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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