Html Css Color HEX #A40DCF Dark Violet

📋 copy color: '#A40DCF'

red 164 ◦ green 13 ◦ blue 207

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

Shades of Dark Violet #A40DCF

Tints of Dark Violet #A40DCF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.39%

 BLUE value IS 207 (81.25% from 255) = 53.91%

R = 42.71%
G = 3.39%
B = 53.91%

CMYK

 C value IS 0.21

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A40DCF (or 0xA40DCF) is known color: Dark Violet. HEX triplet: A4, 0D and CF. RGB value is (164,13,207). Sum of RGB (Red+Green+Blue) = 164+13+207=384 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.71% from 384); Green value is 13 (5.47% from 255 or 3.39% from 384); Blue value is 207 (81.25% from 255 or 53.91% from 384); Max value from RGB is 207 - color contains mainly: blue. Hex color #A40DCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40DCF is #5BF230. Grayscale: #4F4F4F. Windows color (decimal): -6025777 or 13569444. OLE color: 13569444.

HSL color Cylindrical-coordinate representation of color #A40DCF: hue angle of 286.7º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A40DCF is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 164 13 207 -
CMYK 0.21 0.94 0 0.19
HSL 286.7º 0.88% 0.43% -
HSV(B) 286.7º 0.94% 0.81% -
XYZ 26.72 12.69 60.07 -
YUV 80.27 199.53 187.73 -
System Red Green Blue C M Y K H S L
Decimal 164 13 207 0.21 0.94 0 0.19 286.7 0.88 0.43
Hex A4 D CF 15 5E 0 13 11F 58 2B
Octal 244 15 317 25 136 0 23 437 130 53
Binary 10100100 1101 11001111 10101 1011110 0 10011 100011111 1011000 101011

Color Harmonies of #A40DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40DCF

Black with #A40DCF

Text Example


Text Example

White with #A40DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40DCF; }

 p { color: rgb(164,13,207); }

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

background-color css

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

 a { background-color: rgb(164,13,207); }

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

border-color css

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

 span { border-color: rgb(164,13,207); }

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