Html Css Color HEX #A40BC6 Dark Violet

📋 copy color: '#A40BC6'

red 164 ◦ green 11 ◦ blue 198

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

Shades of Dark Violet #A40BC6

Tints of Dark Violet #A40BC6

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.95%

 BLUE value IS 198 (77.73% from 255) = 53.08%

R = 43.97%
G = 2.95%
B = 53.08%

CMYK

 C value IS 0.17

 M value IS 0.94

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A40BC6 (or 0xA40BC6) is known color: Dark Violet. HEX triplet: A4, 0B and C6. RGB value is (164,11,198). Sum of RGB (Red+Green+Blue) = 164+11+198=373 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.97% from 373); Green value is 11 (4.69% from 255 or 2.95% from 373); Blue value is 198 (77.73% from 255 or 53.08% from 373); Max value from RGB is 198 - color contains mainly: blue. Hex color #A40BC6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40BC6 is #5BF439. Grayscale: #4D4D4D. Windows color (decimal): -6026298 or 12979108. OLE color: 12979108.

HSL color Cylindrical-coordinate representation of color #A40BC6: hue angle of 289.09º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A40BC6 is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 164 11 198 -
CMYK 0.17 0.94 0 0.22
HSL 289.09º 0.89% 0.41% -
HSV(B) 289.09º 0.94% 0.78% -
XYZ 25.62 12.21 54.43 -
YUV 78.07 195.69 189.29 -
System Red Green Blue C M Y K H S L
Decimal 164 11 198 0.17 0.94 0 0.22 289.09 0.89 0.41
Hex A4 B C6 11 5E 0 16 121 59 29
Octal 244 13 306 21 136 0 26 441 131 51
Binary 10100100 1011 11000110 10001 1011110 0 10110 100100001 1011001 101001

Color Harmonies of #A40BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40BC6

Black with #A40BC6

Text Example


Text Example

White with #A40BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40BC6; }

 p { color: rgb(164,11,198); }

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

background-color css

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

 a { background-color: rgb(164,11,198); }

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

border-color css

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

 span { border-color: rgb(164,11,198); }

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