Html Css Color HEX #A40BBE Dark Violet

📋 copy color: '#A40BBE'

red 164 ◦ green 11 ◦ blue 190

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

Shades of Dark Violet #A40BBE

Tints of Dark Violet #A40BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 52.05%

R = 44.93%
G = 3.01%
B = 52.05%

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

#A40BBE (or 0xA40BBE) is known color: Dark Violet. HEX triplet: A4, 0B and BE. RGB value is (164,11,190). Sum of RGB (Red+Green+Blue) = 164+11+190=365 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.93% from 365); Green value is 11 (4.69% from 255 or 3.01% from 365); Blue value is 190 (74.61% from 255 or 52.05% from 365); Max value from RGB is 190 - color contains mainly: blue. Hex color #A40BBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40BBE is #5BF441. Grayscale: #4C4C4C. Windows color (decimal): -6026306 or 12454820. OLE color: 12454820.

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

Color convert

RGB 164 11 190 -
CMYK 0.14 0.94 0 0.25
HSL 291.28º 0.89% 0.39% -
HSV(B) 291.28º 0.94% 0.75% -
XYZ 24.72 11.85 49.7 -
YUV 77.15 191.69 189.95 -
System Red Green Blue C M Y K H S L
Decimal 164 11 190 0.14 0.94 0 0.25 291.28 0.89 0.39
Hex A4 B BE E 5E 0 19 123 59 27
Octal 244 13 276 16 136 0 31 443 131 47
Binary 10100100 1011 10111110 1110 1011110 0 11001 100100011 1011001 100111

Color Harmonies of #A40BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40BBE

Black with #A40BBE

Text Example


Text Example

White with #A40BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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