Html Css Color HEX #A40BBF Dark Violet

📋 copy color: '#A40BBF'

red 164 ◦ green 11 ◦ blue 191

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

Shades of Dark Violet #A40BBF

Tints of Dark Violet #A40BBF

RGB

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

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

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

R = 44.81%
G = 3.01%
B = 52.19%

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

#A40BBF (or 0xA40BBF) is known color: Dark Violet. HEX triplet: A4, 0B and BF. RGB value is (164,11,191). Sum of RGB (Red+Green+Blue) = 164+11+191=366 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.81% from 366); Green value is 11 (4.69% from 255 or 3.01% from 366); Blue value is 191 (75% from 255 or 52.19% from 366); Max value from RGB is 191 - color contains mainly: blue. Hex color #A40BBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40BBF is #5BF440. Grayscale: #4C4C4C. Windows color (decimal): -6026305 or 12520356. OLE color: 12520356.

HSL color Cylindrical-coordinate representation of color #A40BBF: hue angle of 291º degrees, saturation: 0.89, 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 #A40BBF is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 164 11 191 -
CMYK 0.14 0.94 0 0.25
HSL 291º 0.89% 0.4% -
HSV(B) 291º 0.94% 0.75% -
XYZ 24.83 11.89 50.28 -
YUV 77.27 192.19 189.86 -
System Red Green Blue C M Y K H S L
Decimal 164 11 191 0.14 0.94 0 0.25 291 0.89 0.4
Hex A4 B BF E 5E 0 19 123 59 28
Octal 244 13 277 16 136 0 31 443 131 50
Binary 10100100 1011 10111111 1110 1011110 0 11001 100100011 1011001 101000

Color Harmonies of #A40BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40BBF

Black with #A40BBF

Text Example


Text Example

White with #A40BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40BBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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