Html Css Color HEX #A40FB7 Dark Violet

📋 copy color: '#A40FB7'

red 164 ◦ green 15 ◦ blue 183

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

Shades of Dark Violet #A40FB7

Tints of Dark Violet #A40FB7

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.14%

 BLUE value IS 183 (71.88% from 255) = 50.55%

R = 45.3%
G = 4.14%
B = 50.55%

CMYK

 C value IS 0.10

 M value IS 0.92

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A40FB7 (or 0xA40FB7) is known color: Dark Violet. HEX triplet: A4, 0F and B7. RGB value is (164,15,183). Sum of RGB (Red+Green+Blue) = 164+15+183=362 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.30% from 362); Green value is 15 (6.25% from 255 or 4.14% from 362); Blue value is 183 (71.88% from 255 or 50.55% from 362); Max value from RGB is 183 - color contains mainly: blue. Hex color #A40FB7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40FB7 is #5BF048. Grayscale: #4E4E4E. Windows color (decimal): -6025289 or 11997092. OLE color: 11997092.

HSL color Cylindrical-coordinate representation of color #A40FB7: hue angle of 293.21º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A40FB7 is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 164 15 183 -
CMYK 0.10 0.92 0 0.28
HSL 293.21º 0.85% 0.39% -
HSV(B) 293.21º 0.92% 0.72% -
XYZ 24.03 11.65 45.78 -
YUV 78.7 186.86 188.84 -
System Red Green Blue C M Y K H S L
Decimal 164 15 183 0.10 0.92 0 0.28 293.21 0.85 0.39
Hex A4 F B7 A 5C 0 1C 125 55 27
Octal 244 17 267 12 134 0 34 445 125 47
Binary 10100100 1111 10110111 1010 1011100 0 11100 100100101 1010101 100111

Color Harmonies of #A40FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40FB7

Black with #A40FB7

Text Example


Text Example

White with #A40FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40FB7; }

 p { color: rgb(164,15,183); }

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

background-color css

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

 a { background-color: rgb(164,15,183); }

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

border-color css

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

 span { border-color: rgb(164,15,183); }

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