Html Css Color HEX #A40CB7 Dark Violet

📋 copy color: '#A40CB7'

red 164 ◦ green 12 ◦ blue 183

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

Shades of Dark Violet #A40CB7

Tints of Dark Violet #A40CB7

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.34%

 BLUE value IS 183 (71.88% from 255) = 50.97%

R = 45.68%
G = 3.34%
B = 50.97%

CMYK

 C value IS 0.10

 M value IS 0.93

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A40CB7 (or 0xA40CB7) is known color: Dark Violet. HEX triplet: A4, 0C and B7. RGB value is (164,12,183). Sum of RGB (Red+Green+Blue) = 164+12+183=359 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.68% from 359); Green value is 12 (5.08% from 255 or 3.34% from 359); Blue value is 183 (71.88% from 255 or 50.97% from 359); Max value from RGB is 183 - color contains mainly: blue. Hex color #A40CB7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40CB7 is #5BF348. Grayscale: #4C4C4C. Windows color (decimal): -6026057 or 11996324. OLE color: 11996324.

HSL color Cylindrical-coordinate representation of color #A40CB7: hue angle of 293.33º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A40CB7 is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 164 12 183 -
CMYK 0.10 0.93 0 0.28
HSL 293.33º 0.88% 0.38% -
HSV(B) 293.33º 0.93% 0.72% -
XYZ 23.99 11.57 45.77 -
YUV 76.94 187.86 190.1 -
System Red Green Blue C M Y K H S L
Decimal 164 12 183 0.10 0.93 0 0.28 293.33 0.88 0.38
Hex A4 C B7 A 5D 0 1C 125 58 26
Octal 244 14 267 12 135 0 34 445 130 46
Binary 10100100 1100 10110111 1010 1011101 0 11100 100100101 1011000 100110

Color Harmonies of #A40CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40CB7

Black with #A40CB7

Text Example


Text Example

White with #A40CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40CB7; }

 p { color: rgb(164,12,183); }

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

background-color css

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

 a { background-color: rgb(164,12,183); }

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

border-color css

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

 span { border-color: rgb(164,12,183); }

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