Html Css Color HEX #A40ABF Dark Violet

📋 copy color: '#A40ABF'

red 164 ◦ green 10 ◦ blue 191

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

Shades of Dark Violet #A40ABF

Tints of Dark Violet #A40ABF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.74%

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

R = 44.93%
G = 2.74%
B = 52.33%

CMYK

 C value IS 0.14

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A40ABF (or 0xA40ABF) is known color: Dark Violet. HEX triplet: A4, 0A and BF. RGB value is (164,10,191). Sum of RGB (Red+Green+Blue) = 164+10+191=365 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.93% from 365); Green value is 10 (4.30% from 255 or 2.74% from 365); Blue value is 191 (75% from 255 or 52.33% from 365); Max value from RGB is 191 - color contains mainly: blue. Hex color #A40ABF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40ABF is #5BF540. Grayscale: #4C4C4C. Windows color (decimal): -6026561 or 12520100. OLE color: 12520100.

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

Color convert

RGB 164 10 191 -
CMYK 0.14 0.95 0 0.25
HSL 291.05º 0.9% 0.39% -
HSV(B) 291.05º 0.95% 0.75% -
XYZ 24.82 11.87 50.27 -
YUV 76.68 192.52 190.28 -
System Red Green Blue C M Y K H S L
Decimal 164 10 191 0.14 0.95 0 0.25 291.05 0.9 0.39
Hex A4 A BF E 5F 0 19 123 5A 27
Octal 244 12 277 16 137 0 31 443 132 47
Binary 10100100 1010 10111111 1110 1011111 0 11001 100100011 1011010 100111

Color Harmonies of #A40ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40ABF

Black with #A40ABF

Text Example


Text Example

White with #A40ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40ABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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