Html Css Color HEX #A40BC9 Dark Violet

📋 copy color: '#A40BC9'

red 164 ◦ green 11 ◦ blue 201

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

Shades of Dark Violet #A40BC9

Tints of Dark Violet #A40BC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 53.46%

R = 43.62%
G = 2.93%
B = 53.46%

CMYK

 C value IS 0.18

 M value IS 0.95

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A40BC9 (or 0xA40BC9) is known color: Dark Violet. HEX triplet: A4, 0B and C9. RGB value is (164,11,201). Sum of RGB (Red+Green+Blue) = 164+11+201=376 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.62% from 376); Green value is 11 (4.69% from 255 or 2.93% from 376); Blue value is 201 (78.91% from 255 or 53.46% from 376); Max value from RGB is 201 - color contains mainly: blue. Hex color #A40BC9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40BC9 is #5BF436. Grayscale: #4D4D4D. Windows color (decimal): -6026295 or 13175716. OLE color: 13175716.

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

Color convert

RGB 164 11 201 -
CMYK 0.18 0.95 0 0.21
HSL 288.32º 0.9% 0.42% -
HSV(B) 288.32º 0.95% 0.79% -
XYZ 25.97 12.35 56.27 -
YUV 78.41 197.19 189.05 -
System Red Green Blue C M Y K H S L
Decimal 164 11 201 0.18 0.95 0 0.21 288.32 0.9 0.42
Hex A4 B C9 12 5F 0 15 120 5A 2A
Octal 244 13 311 22 137 0 25 440 132 52
Binary 10100100 1011 11001001 10010 1011111 0 10101 100100000 1011010 101010

Color Harmonies of #A40BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40BC9

Black with #A40BC9

Text Example


Text Example

White with #A40BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40BC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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