Html Css Color HEX #A40FBC Dark Violet

📋 copy color: '#A40FBC'

red 164 ◦ green 15 ◦ blue 188

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

Shades of Dark Violet #A40FBC

Tints of Dark Violet #A40FBC

RGB

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

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

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

R = 44.69%
G = 4.09%
B = 51.23%

CMYK

 C value IS 0.13

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A40FBC (or 0xA40FBC) is known color: Dark Violet. HEX triplet: A4, 0F and BC. RGB value is (164,15,188). Sum of RGB (Red+Green+Blue) = 164+15+188=367 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.69% from 367); Green value is 15 (6.25% from 255 or 4.09% from 367); Blue value is 188 (73.83% from 255 or 51.23% from 367); Max value from RGB is 188 - color contains mainly: blue. Hex color #A40FBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40FBC is #5BF043. Grayscale: #4E4E4E. Windows color (decimal): -6025284 or 12324772. OLE color: 12324772.

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

Color convert

RGB 164 15 188 -
CMYK 0.13 0.92 0 0.26
HSL 291.68º 0.85% 0.4% -
HSV(B) 291.68º 0.92% 0.74% -
XYZ 24.56 11.87 48.57 -
YUV 79.27 189.36 188.43 -
System Red Green Blue C M Y K H S L
Decimal 164 15 188 0.13 0.92 0 0.26 291.68 0.85 0.4
Hex A4 F BC D 5C 0 1A 124 55 28
Octal 244 17 274 15 134 0 32 444 125 50
Binary 10100100 1111 10111100 1101 1011100 0 11010 100100100 1010101 101000

Color Harmonies of #A40FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40FBC

Black with #A40FBC

Text Example


Text Example

White with #A40FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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