Html Css Color HEX #A40BCD Dark Violet

📋 copy color: '#A40BCD'

red 164 ◦ green 11 ◦ blue 205

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

Shades of Dark Violet #A40BCD

Tints of Dark Violet #A40BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 53.95%

R = 43.16%
G = 2.89%
B = 53.95%

CMYK

 C value IS 0.2

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A40BCD (or 0xA40BCD) is known color: Dark Violet. HEX triplet: A4, 0B and CD. RGB value is (164,11,205). Sum of RGB (Red+Green+Blue) = 164+11+205=380 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.16% from 380); Green value is 11 (4.69% from 255 or 2.89% from 380); Blue value is 205 (80.47% from 255 or 53.95% from 380); Max value from RGB is 205 - color contains mainly: blue. Hex color #A40BCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40BCD is #5BF432. Grayscale: #4E4E4E. Windows color (decimal): -6026291 or 13437860. OLE color: 13437860.

HSL color Cylindrical-coordinate representation of color #A40BCD: hue angle of 287.32º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A40BCD is Cyan = 0.2, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 164 11 205 -
CMYK 0.2 0.95 0 0.20
HSL 287.32º 0.9% 0.42% -
HSV(B) 287.32º 0.95% 0.8% -
XYZ 26.45 12.54 58.78 -
YUV 78.86 199.19 188.73 -
System Red Green Blue C M Y K H S L
Decimal 164 11 205 0.2 0.95 0 0.20 287.32 0.9 0.42
Hex A4 B CD 14 5F 0 14 11F 5A 2A
Octal 244 13 315 24 137 0 24 437 132 52
Binary 10100100 1011 11001101 10100 1011111 0 10100 100011111 1011010 101010

Color Harmonies of #A40BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40BCD

Black with #A40BCD

Text Example


Text Example

White with #A40BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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