Html Css Color HEX #A40FB6 Dark Violet

📋 copy color: '#A40FB6'

red 164 ◦ green 15 ◦ blue 182

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

Shades of Dark Violet #A40FB6

Tints of Dark Violet #A40FB6

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.16%

 BLUE value IS 182 (71.48% from 255) = 50.42%

R = 45.43%
G = 4.16%
B = 50.42%

CMYK

 C value IS 0.10

 M value IS 0.92

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A40FB6 (or 0xA40FB6) is known color: Dark Violet. HEX triplet: A4, 0F and B6. RGB value is (164,15,182). Sum of RGB (Red+Green+Blue) = 164+15+182=361 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.43% from 361); Green value is 15 (6.25% from 255 or 4.16% from 361); Blue value is 182 (71.48% from 255 or 50.42% from 361); Max value from RGB is 182 - color contains mainly: blue. Hex color #A40FB6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40FB6 is #5BF049. Grayscale: #4E4E4E. Windows color (decimal): -6025290 or 11931556. OLE color: 11931556.

HSL color Cylindrical-coordinate representation of color #A40FB6: hue angle of 293.53º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A40FB6 is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 164 15 182 -
CMYK 0.10 0.92 0 0.29
HSL 293.53º 0.85% 0.39% -
HSV(B) 293.53º 0.92% 0.71% -
XYZ 23.92 11.61 45.24 -
YUV 78.59 186.36 188.92 -
System Red Green Blue C M Y K H S L
Decimal 164 15 182 0.10 0.92 0 0.29 293.53 0.85 0.39
Hex A4 F B6 A 5C 0 1D 126 55 27
Octal 244 17 266 12 134 0 35 446 125 47
Binary 10100100 1111 10110110 1010 1011100 0 11101 100100110 1010101 100111

Color Harmonies of #A40FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40FB6

Black with #A40FB6

Text Example


Text Example

White with #A40FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40FB6; }

 p { color: rgb(164,15,182); }

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

background-color css

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

 a { background-color: rgb(164,15,182); }

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

border-color css

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

 span { border-color: rgb(164,15,182); }

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