Html Css Color HEX #A40CBF Dark Violet

📋 copy color: '#A40CBF'

red 164 ◦ green 12 ◦ blue 191

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

Shades of Dark Violet #A40CBF

Tints of Dark Violet #A40CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 52.04%

R = 44.69%
G = 3.27%
B = 52.04%

CMYK

 C value IS 0.14

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A40CBF (or 0xA40CBF) is known color: Dark Violet. HEX triplet: A4, 0C and BF. RGB value is (164,12,191). Sum of RGB (Red+Green+Blue) = 164+12+191=367 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.69% from 367); Green value is 12 (5.08% from 255 or 3.27% from 367); Blue value is 191 (75% from 255 or 52.04% from 367); Max value from RGB is 191 - color contains mainly: blue. Hex color #A40CBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40CBF is #5BF340. Grayscale: #4D4D4D. Windows color (decimal): -6026049 or 12520612. OLE color: 12520612.

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

Color convert

RGB 164 12 191 -
CMYK 0.14 0.94 0 0.25
HSL 290.95º 0.88% 0.4% -
HSV(B) 290.95º 0.94% 0.75% -
XYZ 24.85 11.92 50.28 -
YUV 77.85 191.86 189.45 -
System Red Green Blue C M Y K H S L
Decimal 164 12 191 0.14 0.94 0 0.25 290.95 0.88 0.4
Hex A4 C BF E 5E 0 19 123 58 28
Octal 244 14 277 16 136 0 31 443 130 50
Binary 10100100 1100 10111111 1110 1011110 0 11001 100100011 1011000 101000

Color Harmonies of #A40CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40CBF

Black with #A40CBF

Text Example


Text Example

White with #A40CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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